.video-container {
    position: relative;
    width: 100%;
}

.video-container:hover .video-overlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
}

.video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    transition: .3s ease;
}

.video-icon {
    color: #000;
    font-size: 4em;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.video-container:hover .video-icon {
    opacity: 1;
    color: #FFF;
}

.video-link {
    text-decoration: none;

}

.video-link:hover {
    text-decoration: none;

}

.video-header {
    margin-top: 1em;
}

h4.video-header {
    color: #000;
    text-decoration: none;
}

.padding_bottom_none figure, .padding_bottom_none figure > div {
    margin-bottom: 0;
}

/* Override global styling */
figcaption.video-description {
    color: rgb(119, 119, 119);
    text-decoration: none;
}
