.fullWidthVideo {
    width: 100%;
    min-height: auto;
    height: auto;
    object-fit: cover;
}
@media only screen and (max-width:1170px){
.fullWidthVideo{height:auto;min-height:auto;width:100%;}
}
@media only screen and (max-width: 768px) {
.fullWidthVideo{height:auto;min-height:auto;width:100%;}
}
