.navbar-brand img {
    max-height: 8rem;
}

.art-video-banner button{
    border-radius:11px;
    width:315px;
    height:70px;
    color:#B08C5E !important;
    font-size:18px !important;
    font-weight:900;
    background-color:#fff !important;
}
.art-video-banner-button .absolute{
    background-color:unset !important;
}
.art-video-banner h2{
    font-size:45px !important;
    font-weight:900;
}

.art-banner h2{
        font-size:25px !important;
    font-weight:400;
    line-height:47px;
}
.art-banner button{
    border-radius:11px;
    width:315px;
    height:70px;
    color:#fff !important;
    font-size:18px !important;
    font-weight:900;
}

.art-text-with-photo h2 {
    color:#000 !important;
    font-size:34px !important;
    font-weight:900;
}

.art-text-with-photo p{
    color:#000 !important;
    font-size:25px !important;
    font-weight:400;
}

section:nth-child(2 of .art-banner){
    margin-bottom:5%;
}

@media(max-width:768px){
    .art-video-two video , .art-video-two .art-play-video{
        object-fit:contain;
        height:24vh;
        
    }
    .art-video-two div:first-child , .art-video-two{
        height: 24vh;
    } 
    .art-video-banner{
        height:70vh;
    }
    
    .product-index .s-products-list-vertical-cards , .product-index-latest .s-products-list-vertical-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
/*
.product-single .art-main-content .grid>div:first-child{
    display:none;
}*/