.fives-video-container {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.fives-video-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fives-video-overlay-mask {
    background-color: rgb(0 0 0 / 20%);
}

.fives-video-badge-top {
    background-color: rgb(10 10 10 / 70%);
    border-radius: 0 0 0 5px;
}

.fives-video-badge-bottom {
    background-color: rgb(10 10 10 / 70%);
    border-radius: 5px 0 0 0;
}

@media (max-width: 992px) {
    .video-carousel-item-label {
        width: 30%;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .video-carousel-item-label {
        width: 50%;
    }
}

@media (min-width: 1400px) {
    .video-carousel-item-label {
        width: 30%;
    }
}

.icon-play {
    opacity: 0.6;
}

.carousel-control-prev {
    margin-left: -20px;
    width: 4%;
    background-color: rgb(0 0 0 / 35%);
}

.carousel-control-next {
    margin-right: -20px;
    width: 4%;
    background-color: rgb(0 0 0 / 35%);
}

.multi-carousel {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

@media (max-width: 767.98px) {
    .multi-carousel {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .carousel-control-prev {
        margin-left: -10px;
        width: 8%;
    }

    .carousel-control-next {
        margin-right: -10px;
        width: 8%;
    }

    .fives-video-container {
        max-height: 220px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .multi-carousel {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .fives-video-container {
        max-height: 280px;
    }
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 2.5rem;
    height: 2.5rem;
}

.fives-video-card-overlay {
    background-color: rgb(0 0 0 / 50%);
}

.fives-video-card-play-icon {
    margin-top: -5px;
    width: 50px;
    height: 50px;
}

.fives-video-card-meta-icon {
    margin-top: -5px;
}

[class*="fives-section-container-grid-"][hidden] {
    display: none !important;
}

.fives-grid-items {
    margin-left: 0;
    margin-right: 0;
    background-color: #000;
}

.fives-grid-items .col-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.fives-grid-items .fives-video-container {
    border-radius: 8px;
}
