#video-list .row > div { margin-bottom: 16px; }

#videos-more { border-top: 1px solid #000; padding: 6px 0; }
#videos-more a { display: inline-block; height: 90px; overflow: hidden; position: relative; width: 120px; }
#videos-more a p { background: rgba(255,255,255,0.4); display: none; height: 100%; position: absolute; top: 0; width: 100%; }
#videos-more .active { position: relative; }
#videos-more .active p { background-color: rgba(255,255,255,0.4); color: rgba(0,0,0,0); display: block; height: 100%; position: absolute; top: 0; width: 100%; }
#videos-more a:hover:after,
#videos-more .active p:after { content: url('/images/video-play.svg'); display: block; height: 30px; left: 50%; margin: -15px 0 0 -15px; position: absolute; top: 50%; width: 30px; }
#videos-more h4 { margin: 2px 0 9px; padding: 0; }

.video-listing__title { border-bottom: none;  border-top: none; font-size: 20px; line-height: 1; margin-top: 8px; margin-bottom: 0; }
.video-listing__title { height: 4em; }
.video-listing__title .play-btn { cursor: pointer; float: right; position: relative; top: -5px; }
.video-listing__description { display: none; height: 5em;}
.video-listing__links.hidden { display: none; height: 0;}

#video-list .video-listing__description { display: block;}
#video-list .youtube-video { border-bottom: 1px solid #CCC; }

.videos { border-bottom: 1px solid #000; }
.videos-title { margin-bottom: 1em; }

.container > .videos { margin-bottom: 1em; }

/* 16:9 */
.youtube-video-holder { height: 0; margin-bottom: 2rem; padding-bottom: 56.25%; overflow: hidden; position: relative; }
.youtube-video-holder iframe { height: 100%; position: absolute; width: 100%; }
.youtube-video-holder img { cursor: pointer; }
.youtube-video-holder .large-thumbnail { height: auto; position: absolute; width: 100%; }
.youtube-video-holder .play-btn { left: 50%; margin: -75px 0 0 -75px; padding-top: 28%; position: absolute; top: 0; }