.videohtml{
    border-radius: 40px;
}
    .t654.t654__positionabsolute, .t654.t654__positionfixed, .t654.t654__positionstatic {

        top: 100px;
}

@media screen and (max-width: 640px){
.vid-intro{
    border-radius: 0px 0px 0px 0px !important;
}


}

@media screen and (max-width: 980px) {
    .t654.t654__positionabsolute, .t654.t654__positionfixed, .t654.t654__positionstatic {
        position: fixed;
        z-index: 99999;

        background-color: rgb(74 101 125 / 90%) !important;
    }
    .t654__icon-close {
        right: 10px;
        top: 20px;
    }
    
}