.youtubevideo-play {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.box .youtubevideo-play:hover .box-play-button {
    color: #e2001a;
}

.youtube-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,.5);
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box.has-bg-image.widescreen {
    padding: 0;
}