/* Content Template Styles - Video Embed */

.qg-video-frame-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-bottom: 10px;
}
.qg-video-wrapper iframe,
.qg-video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.qg-video-nav-container {
    margin-top: 0.2em;
    height: 1.5em;   
}

img.qg-video-cc {
    height: 1.1em;
    float: right;
    display: block;
    padding: 0.1em 0 0.1em 0.5em;
    border-left: 1px solid darkGrey;
    margin: 0.2em 0;
}
#qg-secondary-content .qg-aside img.qg-video-cc { 
    height: 1.1em;
}

.qg-video-duration-text {
    float: right;
    display: block;
    padding: 0.2em 0.5em 0.5em 0;
    font-size: 0.8em;
}

 .acc-heading {
    text-decoration: underline;
    color: #007eb1;
    font-size: 1em;
}

.qg-video-wrapper p {
    padding: 0;
    margin: 0;
}

.qg-video-wrapper {
    clear:both;
}
