.it44-video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#it44-video1 {
    position: absolute;
    width: 100%;
    height: 100%;     
    object-fit: cover; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/*phone*/
@media (max-width: 768px) {
    .it44-video-container video {
        height: auto;
        min-height: 430px;
    }
}







