.video_list .photo a,
.video_list .photo img {
    display: block;
    max-height: 300px;
    object-fit: cover;
    width: 100%;
}

.video_list .video-title {
    font-size: 24px;
    color: #333333;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

a.item-link.yt-icon {
    width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
