.yt-card {
    background: #fff;
    height: 100%;
}

.yt-card .box-image {
    position: relative;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.yt-card .image-cover {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 56.65%;
    background-position: 50% 50%;
    background-size: cover;
}

.yt-card .image-cover img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-fit: unset;
       object-fit: unset;
}

.yt-card .box-text {
    padding: 1em;
}

.yt-card .box-text h3 {
    margin: 0;
    margin-bottom: .5em;
}

.yt-card .box-text p {
    font-size: .8em;
}

.yt-card .video-time {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    font-size: .8em;
    color: #fff;
    background: #000000cf;
    border-radius: 2px;
    padding: 3px 4px;
    line-height: 1;
    margin: 0 5px 5px;
}

#blog-yt_videos {
    padding: 65px 0;
    background-color: #2E3C50;
}

#blog-yt_videos .yt-card {
    height: auto;
    margin-bottom: 20px;
}

#blog-yt_videos .playlist .yt-card p{
    display: none;
}

#blog-yt_videos .playlist  article.yt-card .box-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

#blog-yt_videos .playlist .image-cover {
    width: 50%;
    flex-basis: 50%;
}

#blog-yt_videos .playlist .box-text {
    width: 50%;
    flex-basis: 50%;
}

#blog-yt_videos .playlist .yt-card .image-cover {
    padding-top: 33%;
}