#map {
  width:100%;
  height:350px;
  border:none;
}

#info-banner {
  /* height: 275px; */
  max-width: 100%;

  display: grid;
  /* grid-template-columns: auto auto auto; */
  grid-template-rows: auto;
  /* grid-gap: 200px; */
  margin: 0px;
  justify-content: center;
  align-items: top;
  margin-top: 4%;

  /* Added 3/2 */
  height: 330px;
  padding-left: 9.44%;
  padding-right: 9.44%;


  /* Added 3/26 */
  grid-template-columns: 22% 22% 22% 22%;
  grid-column-gap: 2.66%;
}

#title {
  height: auto;
  opacity: 0.4;
  font-family: 'Source Sans Pro Bold';
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.38px;
  color: #4f5965;
}

#content {
  height: auto;
  font-family: 'Source Serif Pro Semibold';
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.83px;
  color: #4f5965;
}

#icon {
  max-width: 40px;
  max-height: 40px;
  padding: 0px;
  margin: 0px;
  margin-left: -10px;
}

@media only screen and (min-width: 2300px) {
  #map {
    height:900px;
  }
}

@media only screen and (min-width: 768px) {
  html, body {
    overflow-x: hidden
  }

  #map-one {
    display: none;
  }

  #map-two {
    display: block;
  }
}

@media only screen and (min-width: 2560px) {

  /* #info-banner {
    grid-template-columns: 35% 32% 23%;
    grid-gap: 0px;
    margin-left: 5%;
    margin-right: 5%;
  } */

  #map {
    height: 825px;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 1920px) {

  /* #info-banner {
    grid-template-columns: 35% 32% 23%;
    grid-gap: 0px;
    margin-left: 5%;
    margin-right: 5%;
  } */

  #map {
    height: 650px;
  }
}

@media only screen and (min-width: 1680px) and (max-width: 1680px){
  #map {
    height: 600px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1440px){
  #map {
    height: 500px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1025px) {
  html, body {
    overflow-x: hidden
  }

  /* #info-banner {
    grid-template-columns: 35% 32% 23%;
    grid-gap: 0px;
    margin-left: 5%;
    margin-right: 5%;
  } */

  #map {
    height: 550px;
  }

  #map-one {
    display: none;
  }

  #map-two {
    display: block;
  }
}


@media only screen and (min-width: 768px) and (max-width: 834px) {
  html, body {
    overflow-x: hidden
  }

  /* #info-banner {
    grid-template-columns: 35% 32% 23%;
    grid-gap: 0px;
    margin-left: 0%;
    margin-right: 0%;
  } */

  #map {
    height: 550px;
  }

  #map-one {
    display: none;
  }

  #map-two {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #info-banner {
    /* height: 600px; */
    height: auto;
    /* grid-template-columns: auto; */
    grid-gap: 20px;
    margin-bottom: 12%;
    margin-top: 12%;

    grid-template-columns: 100%;
  }
  #map-two {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  #map {
    height: 700px;
  }
}

@media only screen and (max-width: 834px) {
  #map {
    height: 550px;
  }
}

@media only screen and (max-width: 600px) {
  #map {
    height: 500px;
  }
}

@media only screen and (max-width: 414px) {
  #map {
    height: 425px;
  }
}

@media only screen and (max-width: 412px) {
  #map {
    height: 400px;
  }
}

@media only screen and (max-width: 385px) {
  #map {
    height: 350px;
  }
}

@media only screen and (max-width: 320px) {
  #map {
    height: 275px;
  }
}
