.video_gallery_wrap{
    margin-top: 8vw;
    margin-bottom: 5vw;
    height: 60vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    flex-direction: column;
}
#carouselVideoExample{
    width: 75%;
}

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

 .video_gallery_wrap{
    margin-bottom: 8vw;
 }

}

@media screen and (max-width: 600px){
    .video_gallery_wrap{
        margin-bottom: 25vw;
        margin-top: 20vw;
    }
}
