@media(min-width:1024px){
    /* .swiper-button-prev,
    .swiper-button-next{
        display: none
    } */
    /* Header */
    /* header .ac-goto-home-slider{
        display: block;
        width: 4rem;
        margin: 2rem auto auto 0;
    } */
     .ac-col-1{
        height: 100vh;
    }
    .ac-slider-title .ac-mercedes-benz{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, 89%);
            text-align: center;
            font-size: 2rem;
            line-height: 1;
            z-index: 10;
            color: #fff;
            text-shadow: 0rem 0rem 0.1rem #000000bf;
    }
    .ac-slider-title h1{
        position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, 52%);
            font-size: 2.7rem;
            line-height: 1;
            z-index: 10;
            text-align: center;
            color: #fff;
            text-shadow: 0rem 0rem 0.1rem #000000bf;
                        font-weight: 600;
    } 
   .ac-slide-ext{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 6rem;
    background-color: transparent;
    color:#fff;
             font-size: 2.8rem;
line-height: 0.9;    
z-index: 3;  
   }
   .ac-slide-ext bdi{
       font-size: 0.6em;
   }
   .ac-slide-ext .ac-price{}
   .ac-slide-ext .ac-model-name{
                     font-size: 0.7em;
            }
    .ac-slide-ext .ac-price-sale-desc{
                    font-size: 0.4em;
            position: relative;
            right: -0.8rem;
                        top: -0.1rem;
    }
   .ac-slide-ext .ac-price-text{
                     font-size: 0.7em;
            position: relative;
            top: 0.25rem;
   }
   .ac-slide-ext .ac-deleter{
                position: relative;
            width: 100%;
            height: 0;
   }
   .ac-slide-ext .ac-deleter span{
                background-color: #fff;
            width: 100%;
            display: block;
            height: 0.05rem;
            transform: rotate(-6deg);
            position: relative;
            top: -0.5rem;
   }
   .ac-slide-ext .ac-price-line{
                background-color: #fff;
            width: 0.15rem;
            height: 3.5rem;
            margin: auto 1.5rem;
            position: relative;
            top: 0.6rem;
   }

   .ac-overlay{
        position: absolute;
        top:0;
        right: 0;
        width:100%;
                    height: 43vh;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
            z-index: 2;
    }
    .ac-overlay-bottom{
        position: absolute;
        bottom:0;
        right: 0;
        width:100%;
                    height: 43vh;
           /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+1,1+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

            z-index: 2;
    }
    .ac-colmobile-img-new {
        width: 24vh;
        margin: 1rem 3rem 1rem auto;
        max-width: 315px;
    }
    .ac-mobile-btns{
        display: none
    }
    /* End Header */
    .thanks-home h3{
        font-size: 2rem;
        text-align: center;
        color: #fff;
    }
    .thanks-home h3 a {
        font-size: 89%;
        color: #fff;
    }
    .ac-desclaimer{
            display: block;
        font-size: 0.8rem;
                    text-align: center;
    }
    .ac-desclaimer a {
        color: #fff;
    }
}