/* --- LEGEND --- */

#northeast-projected-increases-days-over-90 .legend {
  background-image: url(img/legend.png);
}

/* --- MAP --- */

#northeast-projected-increases-days-over-90 .data-wrap {
  height: 500px;
}

/* ------ MEDIA QUERIES ------ */

/* iPad portrait */
@media screen and (max-width: 768px) {
  #northeast-projected-increases-days-over-90 .data-wrap {
    height: 405px;
  }
}

/* iPhone landscape */
@media screen and (max-width: 600px) {
  #northeast-projected-increases-days-over-90 .data-wrap {
    height: 259px;
  }
}

/* iPhone portrait */
@media screen and (max-width: 400px) {
  #northeast-projected-increases-days-over-90 .data-wrap {
    height: 165px;
  }
}