.news-details-dec img {
    height: auto !important;
    max-width: 100% !important;
    width: auto !important;
}
.content__video {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.content__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 250px;
    }
    .carousel-inner {
        height: 250px !important;
    }
}
