div#ocdbanner-42 div.block-desc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
} 
div#ocdbanner-42 div.block-desc .banner-desc {
    margin-left: 10%;
    width: 90%;
    margin-top: 9%;
}

div#ocdbanner-42 div.block-desc .banner-desc * {
    color: #fff; 
}
div#ocdbanner-42 div.block-desc .banner-desc h3 { 
    padding-left: 0
}

div#ocdbanner-42 .splide__slide > a:before {
    content:"";
    display: block;
    background: radial-gradient(rgb(0 0 0 / 10%), rgb(0 0 0 / 60%));
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%; 
    z-index: 0;
    transition: all 200ms
}

div#ocdbanner-42 .splide__slide:hover > a:before {
    opacity: 0.2;
    background: radial-gradient(rgb(0 0 0 / 10%), rgb(0 0 0 / 10%), rgb(0 0 0 / 60%));
    transition: all 200ms
}
div#ocdbanner-42 .group-carousel .splide__pagination {
    margin-top: -30px;
}
div#ocdbanner-42 .group-carousel .splide__pagination__page {
    background: rgb(255 255 255);
    border:2px solid rgb(255 255 255);
    opacity: 0.8; 
    width: 12px;
    height: 12px;
}
div#ocdbanner-42:hover .group-carousel .splide__pagination__page { 
    opacity: 1;  
}
div#ocdbanner-42 .group-carousel .splide__pagination__page.is-active {
    transform: scale(1.0);
    background: rgba(0, 0, 0, 0.08); 
}
div#ocdbanner-42 button.splide__arrow {
    display: none
}
@media (max-width: 992px) {
  
    div#ocdbanner-42 div.block-desc .banner-desc {
        margin-left: 0;
        width: 100%;
        margin-top: auto;
        margin-bottom: auto;
        transform: translate(0, 100%);
        text-align: center;
    }


    div#ocdbanner-42 div.block-desc .banner-desc h3 {   
        font-size: 30px;
        font-weight: 700;
        line-height: 35.16px;
        text-align: center;
    
        }

}