﻿.video-container {
    width: 100%;
    margin: 0 auto;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.video-modal-content {
    padding-top: 1%;
    width: 100%;
}

.video-table {
    align-content: center;
    width: 100%;
}
