#full-slider.home-slider {
    border-bottom: 10px solid var(--colour_button_hover, #888888);
}
#full-slider.home-slider .carousel-item {
    line-height: 0;
}

#full-slider.home-slider .carousel-item.video-container {
    height: calc(100vh - var(--header-height));
}

#full-slider.home-slider .carousel-item .categories {
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}

.video-play-btn {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 50;
    color: #c00;
    font-size: 100px;
}

#full-slider.home-slider .slider {
    display: block;
}

#full-slider.home-slider .slider__indicator {
    width: 20px;
    height: 20px;
    background: var(--white);
    box-sizing: border-box;
    display: none !important;
}

#full-slider.home-slider .slider__indicator.active {
    background: var(--colour_button_hover, #888888);
}

#full-slider .slider {
    opacity: 0;
}

#full-slider.home-slider:hover .slider {
    opacity: 1;
}

@media (pointer: fine) {
    #full-slider.home-slider .slider__indicator {
        display: list-item !important;
    }
}

@media all and (max-width: 767px) {
    .video-play-btn {
        color: #c00;
        font-size: 60px;
    }
}

@media (max-aspect-ratio: 16 / 9){
    .custom-video{
        width: auto;
        height: 100%;
    }}
.custom-video {
    width: 100%;
    height: auto;
    z-index: 1051;
}
