Skip to content
/* Force hero to 4:3 ratio */
.hero__media-wrapper {
position: relative !important;
}
.hero {
min-height: unset !important;
}
.hero__container {
min-height: unset !important;
}
.hero__image {
object-fit: contain !important;
height: auto !important;
width: 100% !important;
aspect-ratio: 4 / 3 !important;
}