﻿.youtubeOuterWrapper {
    width: 100%;
    background: #fff;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #efefef;
}
.youtubeOuterWrapper div.vidContent {
    background: #2B2B2B;
    padding: 0;
    border-radius:3px;
    position: relative;
    padding-bottom: 56%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.youtubeOuterWrapper div.vidContent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtubeOuterWrapper div.vidFooter {
    background: #2B2B2B;
    color: #fff;
    display: flex;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
}
.youtubeOuterWrapper div.vidFooter span {
    padding-left: 10px;
    font-size: 0.85rem;
    font-weight: 500;
}
@media screen and (max-width:500px) {
    .youtubeOuterWrapper div.vidFooter span {
        font-size: 0.75rem;
    }
}
@media screen and (max-width:450px) {
    .youtubeOuterWrapper div.vidFooter span {
        font-size: 0.7rem;
        font-weight: normal;
    }
}

/**

a.youtubeEmbed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.youtubeOuterWrapper iframe {
    max-width: 100%;
    min-height: 300px;
}
a.youtubeEmbed img.playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -26px;
    opacity: 0.3;
}
a.youtubeEmbed:hover img.playIcon {
    opacity: 1;
}
.youtubeOuterWrapper .subscribeWrapper {
    height: 24px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: left;
}
.youtubeOuterWrapper .subscribeWrapper div {
    z-index: 3;
    position: relative;
}
.youtubeOuterWrapper .subscribeWrapper span {
    margin-left: 10px;
    line-height: 24px;
    height: 24px;
    font-size: 0.85rem;
    font-weight: 500;
    position: absolute;
    left: 112px;
    top: -1px;
    z-index: 2;
    overflow: hidden;
}
*/