.video-with-text {
    width: 100%;
}

.video-with-text video {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}