/* iFrame responsive sizes */
#cepalstat_home_content_slide {
  height: 1100px;
  margin-bottom:-50px;
}
@media (min-width: 348px) {
  #cepalstat_home_content_slide {
    height: 1220px;
    margin-bottom:-50px;
  }
}
@media (min-width: 798px) {
  #cepalstat_home_content_slide {
    height: 1120px;
    margin-bottom:-50px;
  }
}
@media (min-width: 998px) {
  #cepalstat_home_content_slide {
    height: 1030px;
    margin-bottom:-50px;
  }
}
@media (min-width: 1200px) {
  #cepalstat_home_content_slide {
    height: 690px;
    margin-bottom:-50px;
  }
}
