.video-testimonials{display:grid;gap:var(--spacer-md);grid-template-columns:1fr;margin:0 auto}.video-testimonial{border-radius:var(--border-radius);box-shadow:var(--box-shadow);cursor:pointer;overflow:hidden;transition:all .25s ease-out}.video-testimonial__image-container{height:200px;position:relative}.video-testimonial__image-container img{height:100%;object-fit:cover;position:absolute;width:100%}.video-testimonial__overlay{background-color:rgba(3,168,245,.7);height:100%;position:absolute;width:100%}[id*=".thumb_container"]{height:100%!important;position:static!important;width:100%!important}.video-testimonial__icon{background-color:hsla(0,0%,100%,.5);border-radius:50px;height:50px;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .25s ease-out;width:50px}.video-testimonial__icon svg{fill:#fff;margin-left:2px;transition:all .25s ease-out}.video-testimonial__logo{max-height:34px}.video-testimonial__info{align-items:center;display:flex;flex-direction:column;gap:16px;padding:21px;text-align:center}@media (hover:hover){.video-testimonial:hover{box-shadow:0 2px 15px 0 rgb(0 0 0/9%);transform:translateY(-5px) translateZ(0)}.video-testimonial:hover .video-testimonial__icon{background-color:#fff;box-shadow:var(--box-shadow-hover);transform:translate(-50%,-50%) scale(1.1)}.video-testimonial:hover .video-testimonial__icon svg{fill:var(--primary-300);transform:scale(1.1)}}@media (min-width:640px){.video-testimonials{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.video-testimonials{gap:var(--spacer-xl);grid-template-columns:repeat(3,1fr);width:88%}}