.mona-loading-video{
    outline: 0;
    max-width: 1000px;
}
.mona-loading-video *{
    outline: 0;
}
.mona-loading-video video{
    display: block;
    width: 100%;
    height: auto;
}

.testimonials-slider:not(.slick-initialized) .slide-item {
    width: 10%;
}
@media screen and (max-width: 1920px) {
    .testimonials-slider:not(.slick-initialized) .slide-item {
        width: 20%;
    }
}
@media screen and (max-width: 1200px) {
    .testimonials-slider:not(.slick-initialized) .slide-item {
        width: 25%;
    }
}
@media screen and (max-width: 991px) {
    .testimonials-slider:not(.slick-initialized) .slide-item {
        width: 25%;
    }
}
@media screen and (max-width: 500px) {
    .testimonials-slider:not(.slick-initialized) .slide-item {
        width: 50%;
    }
}
@media screen and (max-width: 375px) {
    .testimonials-slider:not(.slick-initialized) .slide-item {
        width: 100%;
    }
}

#about-direct-section-fixed.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}
#about-direct-section-fixed .container{
    padding: 0;
}
#about-direct-section-fixed.fixed .about-direct-link{
    min-height: 0;
    padding: 10px 15px;
}
#about-direct-section-fixed.fixed .about-direct-link .title{
    font-size: 18px;
}
#about-direct-section-fixed.fixed .about-direct-slider-nav .slick-dots{
    bottom: -20px;
}
.header.fixed{
    animation-duration: 0.6s;
}
@media only screen and (max-width : 991px){
    #about-direct-section-fixed.fixed{
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    }
    /* #about-direct-section-fixed.fixed .about-direct-slider-nav.slick-dotted{
        margin-bottom: 0;
    }
    #about-direct-section-fixed.fixed .about-direct-slider-nav.slick-dotted .slick-dots{
        display: none !important;
    } */
}
#youtube-background{
    position: relative;
    z-index: -1;
    padding-top: 56.25%;
    display: none;
}
.ytplayer-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ytplayer-container .ytplayer-player{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}
#youtube-background::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.e-auction .e-auction-left{
    width: 100%;
}
.e-auction-left .text-wrapper{
    column-count: initial;
}
.e-auction .e-auction-right{
    width: 100%;
}
.e-auction-section{
    padding-bottom: 300px;
    background-position: center bottom 30px;
}
@media only screen and (min-width : 992px){
    .e-auction-section .home-section-decor{
        border-right-color: rgba(1, 31, 63, 0.2);
    }
    .e-auction-section .home-section-decor .home-section-decor-title{
        color: rgba(1, 31, 63, 0.2);
    }
    .e-auction-section-wrap{
        position: relative;
        z-index: 2;
       
    }
    .e-auction-section-wrap .e-auction-section{
        /* position: absolute; */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #youtube-background{
        display: block;
    }
}
@media only screen and (min-width : 769px){
    .e-auction-section {
        background-position: center bottom;
    }
}