.video-mp4, .video-mp4 video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-mp4  {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    display: none;
}

.video-mp4 .w-100 {
    width: 100% !important;
}
.video-mp4  {
    /* /* height: 80vh; */
    transition: height 0.9s linear;
}
.video-mp4  video {

    /* height: 80vh; */
    transition: height 0.9s linear;

}