/*To use as needed*/

/*Study segment disclaimer*/

#map-container {
  height: 600px;
  /* min-height: 565px; */
}
#map-container iframe {
  height: 600px;
  /* min-height: 565px; */
  width: 100%;
  border:none;
}

/*Testing* -SW/

/*MAP */
/*.map-container {
  position: relative;
  margin-top: 46px;
}
.map-container iframe {
  position: fixed;
  width: 100%;
  height: 554px;
}
@media (min-width: 768px) {
  .map-container {
    margin-top: 46px;
  }
  .map-container iframe {
    height: 554px;
  }
}
@media screen and (min-width: 1250px) {
  .map-container {
    margin-top: 93px;
  }
  .map-container iframe {
    height: 508px;
  }
}*/