/* Province/prefecture shared carousel artwork contract: 960 x 360 (8:3). */
.f-front-carousel__viewport {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 8 / 3 !important;
}

.f-front-carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
