/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
   
.carousel-item img{
  height: 30vh;
}
.carousel-indicators, #iframe1 {
  display:none;
}

}

@media (min-width: 575.98px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

