.row-videos{
    cursor: grab;
}

.multivideo .container .row-video-big .video-container{
    height: 75vh; 
    max-width: 1100px; 
    margin:auto;
}

.multivideo .container .row-video-big .video-container .placeholder-image{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position:relative;
}



.multivideo .container .row-videos{
    display: flex; 
    justify-content: start; 
    padding-top: 10px; 
    overflow-x: scroll; 
    scrollbar-width: none;
    margin: 10px 0px;
    margin-top:10px;
    margin-bottom:70px;
}

.multivideo .container .row-videos .col-3 .placeholder-image{
    height: 200px; 
    width: 290px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    margin: 10px;
    position:relative;
}


@media screen and (max-width: 768px) {

    .multivideo .container .row-video-big .video-container{
        height: 65vh ;
    }
}
/* 
@media screen and (min-width: 769px) and (max-width: 1080px) {
    
} */