#carouselSuperNews {
  border-radius: 12px;
  clip-path: inset(0 0 round 12px);
}
@media (min-width: 991px) {
  #carouselSuperNews .carousel-control-next,
  #carouselSuperNews .carousel-control-prev {
    width: 7%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #carouselSuperNews {
    margin: 0;
    height: 516px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #carouselSuperNews {
    margin: 0;
    height: 380px !important;
  }
}
#carouselSuperNews .carousel-inner .carousel-item .promo {
  display: block;
  height: 100% !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
}
#carouselSuperNews .carousel-inner .carousel-item .promo .photo {
  width: 100%;
  height: auto;
}
#carouselSuperNews .carousel-inner .carousel-item .promo video {
  width: auto;
  height: 380px;
  border-radius: 12px;
}
@media (min-width: 576px) and (max-width: 767px) {
  #carouselSuperNews .carousel-inner .carousel-item .promo video {
    height: 516px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #carouselSuperNews .carousel-inner .carousel-item .promo video {
    height: 380px !important;
  }
}
@media (min-width: 768px) {
  #carouselSuperNews .carousel-inner .carousel-item .promo {
    background-position: left;
    background-size: auto 380px;
    height: 380px;
  }
  #carouselSuperNews .carousel-inner .carousel-item .promo .photo {
    display: none;
  }
}
#carouselSuperNews .carousel-indicators {
  margin-bottom: 0;
  bottom: 3px;
}

/*# sourceMappingURL=style.css.map */
