#sci-map {
  width: 100%;
  height: 250px;
  margin-bottom: 60px;
}

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) {
  #sci-map {
    height: 500px;
  }

  .page-not-front #sci-map {
    height: 400px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media screen and (min-width: 992px) {
  #sci-map {
    height: 768px;
  }

  .page-not-front #sci-map {
    height: 568px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
  #sci-map {
    height: 800px;
  }

  .page-not-front #sci-map {
    height: 600px;
  }
}
