.video-gallery-section .video-poster{height:225px;position:relative;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover;display:flex;align-items:center;justify-content:center}.video-gallery-item{width:calc(33.33% - 22px);margin:11px;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.1)}.video-gallery-flex{margin-left:-11px;margin-right:-11px}.video-gallery-popup{padding:50px 0}.video-gallery-item .video-button{position:relative;z-index:1;height:45px;width:45px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;padding-left:4px;transition:background .3s ease}.video-gallery-section .video-poster:hover .video-button{background:#003a70}.video-gallery-section .video-poster:after{position:absolute;content:"";height:100%;width:100%;top:0;left:0;background:rgba(0,0,0,.25)}.video-content{padding:24px 24px 50px}.video-content p{font-weight:600;font-size:14px;line-height:1.2;text-transform:uppercase;color:#707372;margin-bottom:18px}.video-content h4{margin:0;color:#003a70;font-weight:400;text-transform:none;letter-spacing:0}.video-gallery-section h2{margin-bottom:49px}@media(max-width:1024px){.video-gallery-item{width:calc(50% - 20px);margin:10px}.video-gallery-flex{margin-left:-10px;margin-right:-10px}.video-content{padding:24px 20px}.video-gallery-section h2{margin-bottom:39px}}@media(max-width:640px){.video-gallery-item{width:calc(100% - 20px)}}