.yvl-video-list {

}

.yvl-video-item {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.yvl-video-container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.yvl-video-overlay {
    background-image: url(../img/overlay-video-play-button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    opacity: .5;
}

.yvl-video-overlay:hover {
    opacity: 1;
}

.yvl-video-title {
    margin-top: 0.4rem;
    font-size: 0.9rem;
}