/* --- DATA --- */

#projected-changes-frost-free-season-length .data-wrap,
#projected-changes-frost-free-season-length .data {
  height: 480px;
}

/* --- LEGEND --- */

#projected-changes-frost-free-season-length .legend {
  background-image: url(img/legend.png);
}

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

/* iPad portrait */
@media screen and (max-width: 768px) {
  #projected-changes-frost-free-season-length .data-wrap,
  #projected-changes-frost-free-season-length .data {
    height: 389px;
  }
}

/* iPhone landscape */
@media screen and (max-width: 600px) {
  #projected-changes-frost-free-season-length .data-wrap,
  #projected-changes-frost-free-season-length .data {
    height: 248px;
  }
}

/* iPhone portrait */
@media screen and (max-width: 400px) {
  #projected-changes-frost-free-season-length .data-wrap,
  #projected-changes-frost-free-season-length .data {
    height: 158px;
  }
}