.ct-overlay {
    position: absolute;
    background: #00000080;
}

.lock-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.duration-overlay {
    right: 20px;
    bottom: 20px;
    border-radius: 4px;
    padding: 4px 10px;
    z-index: 2;
}

.duration-overlay-sm {
    right: 5px;
    bottom: 5px;
    border-radius: 4px;
    padding: 2px 4px;
    z-index: 2;
}

.btn-overlay {
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    z-index: 3;
}

.sub-category--item {
    color: #6f51a1;
    border: 1px solid #6f51a1;
    border-radius: 90px;
    padding: 4px 12px;
}

.sub-category--item__active {
    color: #fff;
    background: #6f51a1;
}

.sub-category--item:hover {
    color: #fff;
    background: #6f51a1;
}

.relative {
    position: relative;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.c-slider {
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x;
}

@media (min-width: 992px) {
    .c-slider {
        overflow: visible;
        min-width: 0;
        max-width: fit-content;
    }

    .btn-overlay {
        right: -42.5px;
        width: 85px;
        height: 85px;
    }
}
