
.featuredvideoblock {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    align-content: stretch;
    z-index: 1;
    font-size: 1em;
    background-color: transparent;
}
.featuredvideoblock a,
.featuredvideoblock a:hover {
    color: #0d72c5;
}
.featuredvideoblock strong {
    font-size: 13px;
}
.featuredvideoblock a.popup-youtube,
.featuredvideoblock a.popup-vimeo
{
    flex-grow: 100;
    position: relative;
}

.featuredvideotextcontainer {
    padding: 1em;
    flex-grow: 1;
    background-color: rgb(49, 53, 61);
    color: #ffffff;
    font-size:13px;
}
.featuredvideotextcontainer h2 {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}
.featuredvideotextcontainer p {
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 13px;
}
.featuredvideoimage {
    background-repeat: no-repeat; 
    background-position: top center; 
    background-size: auto 335px;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

