.video__list{margin-top:64px}
@media screen and (max-width:450px ){.video__list{margin-top:30px;padding:0 20px}}
@media screen and (min-width:451px){.video__list .col{padding-bottom:56px}}
@media screen and (max-width:450px){.video__list .col{padding-bottom:32px}}
.video-card{display:block;position:relative}
.video-card--large .video-card__name{position:absolute;bottom:30px;left:30px;right:30px;color:#fff;z-index:1}
.video-card--large .video-card__preview,
.video-card--large .video-card__image{height:100%}
.video-card__preview{position:relative}
.video-card__play{position:absolute;display:grid;place-items:center;background:rgba(0,0,0,0.5);z-index:1;width:100%;height:100%;transition:all 0.3s ease}
.video-card__play:hover{background:rgba(0,0,0,0.4)}
.video-card__play-btn{background:#d51e29;color:#fff;width:60px;height:40px;padding:8px 20px;border-radius:6px;transition:all 0.3s ease}
.video-card__play-btn:hover{background:#be101a}
.video-card__play-btn svg{fill:none}
.video-card__date{margin-bottom:4px}
.video-card__image{height:200px;width:100%;object-fit:cover}
@media screen and (max-width:450px ){.video-card__image{height:180px}}
.video-card__name{margin-top:8px}