/* MIT Style added by Ken */
.hidden {display: none !important;}
.invisible {visibility: hidden !important;}
.video-container {
    clear: both;
    max-width: 100%;
    margin: 0 auto 1em;
}
.fluid-width-video-wrapper {
    position: relative;
    padding: 0;
    padding-top: 56.25% !important;
    width: 100%;
    height: 0 !important;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed,
.fluid-width-video-wrapper video,
.fluid-width-video-wrapper > * {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
