/* --- LEGEND --- */

#projected-changes-tick-habitat .legend {
  background-image: url(img/legend.png);
  width: 820px;
  height: 105px;
}

/* --- SLIDER --- */

#projected-changes-tick-habitat .interactive-wrap {
  width: 820px;
}

#projected-changes-tick-habitat .slider-image {
  width: 550px;
  height: 550px;
  margin: 0 auto;
}

#projected-changes-tick-habitat .slider-image img {
  width: 100%;
  height: auto;
}

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

/* iPad portrait */
@media screen and (max-width: 768px) {
  #projected-changes-tick-habitat .legend {
    width: 708px;
    height: 55px;
  }
  
  #projected-changes-tick-habitat .interactive-wrap {
    width: 708px;
  }
}

/* iPhone landscape */
@media screen and (max-width: 600px) {
  #projected-changes-tick-habitat .legend {
    width: auto;
    height: 55px;
  }
  
  #projected-changes-tick-habitat .interactive-wrap {
    width: auto;
  }
  
  #projected-changes-tick-habitat .slider-image {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}

/* iPhone portrait */
@media screen and (max-width: 400px) {
  #projected-changes-tick-habitat .slider-image {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}