.video-title{color:var(--blue);font-family:Source Sans Pro,Sans-serif;font-size:1.25em;font-weight:700!important;line-height:1.5em;margin:0;text-align:left}.video-description,.video-description p{color:var(--grey)}.video-content{display:flex;flex-direction:column;gap:15px}.video-grid{display:grid;gap:25px}.video-cover{align-items:center;display:flex;justify-content:center;min-height:220px;overflow:hidden;position:relative}.video-cover svg{height:50px;fill:#fff;z-index:1}.video-cover svg path{fill:#fff}.video-cover img{height:220px;height:100%;object-fit:cover;position:absolute;transition:all .2s;width:100%}.video-content:hover img{filter:brightness(50%)}@media only screen and (min-width:768px){.video-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1025px){.video-grid{grid-template-columns:repeat(3,1fr)}}