/* --- DATA --- */

#projected-changes-soil-moisture .data-wrap,
#projected-changes-soil-moisture .data {
  height: 500px;
}

/* --- LEGEND --- */

#projected-changes-soil-moisture .legend {
  background-image: url(img/legend.png);
}

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

/* iPad portrait */
@media screen and (max-width: 768px) {
  #projected-changes-soil-moisture .data-wrap,
  #projected-changes-soil-moisture .data {
    height: 405px;
  }
}

/* iPhone landscape */
@media screen and (max-width: 600px) {
  #projected-changes-soil-moisture .data-wrap,
  #projected-changes-soil-moisture .data {
    height: 259px;
  }
}

/* iPhone portrait */
@media screen and (max-width: 400px) {
  #projected-changes-soil-moisture .data-wrap,
  #projected-changes-soil-moisture .data {
    height: 165px;
  }
}