.ss-video-testimonials__wrapper{display:grid;gap:20px;justify-content:center}.ss-video-testimonials{background-color:#042a57;border-radius:16px;box-shadow:0 12px 24px rgba(4,42,87,.12);max-width:767px;overflow:hidden;position:relative}.ss-video-testimonials,.ss-video-testimonials__link{align-items:center;display:flex;justify-content:center;margin:0 auto;transition:all .5s}.ss-video-testimonials__link{border-radius:50%;height:80px;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%);width:80px;z-index:1}.ss-video-testimonials__link:after{animation:expand 1.2s ease-out infinite;background-color:rgba(0,0,0,.8);border-radius:50%;content:"";height:55px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:55px}.ss-video-testimonials__link img{filter:brightness(0)invert(1);height:40px;width:40px;z-index:1}.ss-video-testimonials:hover:after{background:#fd5444;content:"";height:100%;opacity:.85;position:absolute;transition:all .5s;width:100%}.ss-video-testimonials:hover .ss-video-testimonials__link{transform:translateY(-50%) scale(1.4)}@keyframes expand{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.2)}to{transform:translate(-50%,-50%) scale(1)}}@media screen and (min-width:768px){.ss-video-testimonials__wrapper{grid-template-columns:repeat(auto-fit,minmax(520px,1fr))}}