#vidParent {
    height: 97vh;
    width: 99vw;
    overflow: hidden;
    transform: rotate(0.000001deg);
}
video {
    width: 93% !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}