.full-width-video {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}

.full-width-video iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    min-height: 500px;
}