.slider{
    width: 100%;
    height:500px;
    background-image:url('../../images/defaults/bgCurveTheme.svg');
}
.curveSport{
    background-image:url('../../images/pages/home/fond-multi-sport-bl.webp');
    background-position: bottom;
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .pad-width-100{
        width:100%;
    }
}
@media only screen and (max-width: 767px){
    .slider .item-slider{
        display: table;
    }
    .item-content{
        display:block;
    }
    .slider{
        height:255px;
        min-height:255px;
    }
    .item-vid.curve{
        margin-top:30px;
        position: relative;
        height: 300px;
        text-align: center;
        background-image: url(../../images/defaults/bgCurveGradientLogoSa.webp);
        background-size: 100% 300px;
        background-position: left top;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 15px;
    }
    .item-call-mob{
        display: block;
        text-align: center;
        width: 100%;
        margin-top:50px;
    }
    .item-vid.curve .button_theme{
        position: absolute;
        top:-18px;
        left:50%;
        transform: translateX(-50%);
    }
    .intial-mob-h3{
        position: initial!important;
    }
}