@charset "utf-8";
.owl-carousel .owl-item img {
    width: 100%;
    height: 481px;
    object-fit: contain;
    aspect-ratio: 16 / 9;
}
.owl-carousel.owl-drag .owl-item {
    background: #002147;
    border-radius: 6px;
}