/** 
 * CSS file to modify iframes and Limelight video players. 
 */

/* Classes to override Limelight proprietary css. */
.vjs-limelight-description {
    /* Allow word wrap for video playlist text. */
    text-overflow: clip !important;
    overflow: unset !important;
    white-space: pre-wrap !important;
    line-height: 1em !important;
}

.limelight-player {
    width: 100% !important;
    height:100% !important;
    position: absolute !important;
}

/* Class to encapsulate the player inside the video_shell.html file. */
.custom-video {
    color: #eee;
    overflow:hidden;
    padding-top: 0;
    padding-bottom: 32.08%;
    position: relative;
}

/* Override default body settings */
.embedded-video {
    margin-left: 0px; 
}

/* Classses for html and iframe for package-videos-html5.js file. */
.video-iframe-container {
    overflow:hidden;
    padding-top: 32.08%;
    position: relative;
}

.video-iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
