/* your styles go here */
.maps {
  overflow: hidden;
  /*padding-bottom: 20%;*/
  position: relative;
  height: 0;
}
.maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 300px !important;
}
textarea {
  resize: none;
}
.margin {
  margin-top: 20px;
}
.panel-heading {
  border-top-left-radius: inherit; 
  border-top-right-radius: inherit;
}
@media (min-width: 767px) {
  .image-size {
    height: 255px !important;
  }
}
.tab {
  padding-left: 4em;
}
.heading-white h2 {
  border-bottom: solid 5px #fff;
}
.heading-gray h2 {
  border-bottom: solid 5px #555555;
}