section.s_carousel_wrapper {
height: auto !important;
max-height: none !important;
.s_carousel {
/* Set forced ratio for the entire carousel block */
aspect-ratio: 16 / 9 !important;
height: auto !important;
min-height: unset !important;
max-height: none !important;
width: 100%;
}
.carousel-inner {
height: 100% !important;
min-height: 100% !important;
max-height: none !important;
}
.carousel-item {
/* Inherit 100% height from inner */
height: 100% !important;
min-height: 100% !important;
max-height: none !important;
/* Reset Odoo padding classes */
padding-top: 0 !important;
padding-bottom: 0 !important;
/* Image fitting */
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
}