.video-part {
    margin-top: -124px;
}
.banner-container{
    padding-bottom: 125px !important;
}
.play-icon {
    width: 50px;
    height: 50px;
}
.play-icon i{
    font-size: 36px;
}
@media (min-width:768px) and (max-width:860px){
    .banner-container{
        padding-bottom: 85px !important;
    }
    .video-part {
    margin-top: -76px;
}
.play-icon {
    width: 42px;
    height: 42px;
}
.play-icon i {
    font-size: 27px;
    margin-left: 3px;
}
}
.video-box{
   border-width: 3px;
}
.video-box::after{
    background: #00000080;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
}