@-webkit-keyframes ripple{0%{transform:scale(1)}75%{opacity:1;transform:scale(1.75)}to{opacity:0;transform:scale(2)}}@keyframes ripple{0%{transform:scale(1)}75%{opacity:1;transform:scale(1.75)}to{opacity:0;transform:scale(2)}}.video-gallery{margin-left:auto;margin-right:auto;max-width:830px;z-index:1}.video-gallery,.video-gallery .thumbnail{position:relative}.video-gallery .thumbnail:before{border-radius:5px;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;width:100%}.video-gallery .thumbnail .video-popup{border:0;border-radius:50%;display:inline-block;font-size:24px;height:100px;left:50%;line-height:102px;margin:0 auto;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:var(--transition);width:100px}.video-gallery .thumbnail .video-popup svg{height:24px;width:24px}.video-gallery .thumbnail .video-popup svg path{fill:currentColor;stroke:currentColor}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.video-gallery .thumbnail .video-popup{font-size:18px;height:80px;line-height:82px;width:80px}.video-gallery .thumbnail .video-popup svg{height:18px;width:18px}}@media only screen and (min-width:768px) and (max-width:991px){.video-gallery{margin-left:auto;margin-right:auto;max-width:100%}}@media only screen and (max-width:767px){.video-gallery{margin-left:auto;margin-right:auto;max-width:100%}}@media only screen and (max-width:575px){.video-gallery .thumbnail .video-popup{font-size:18px;height:60px;line-height:62px;width:60px}.video-gallery .thumbnail .video-popup svg{height:18px;width:18px}}.video-gallery .thumbnail .video-popup:after,.video-gallery .thumbnail .video-popup:before{-webkit-animation:ripple 2s linear infinite;animation:ripple 2s linear infinite;border-radius:50%;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;transition:var(--transition);z-index:-1}.video-gallery .thumbnail .video-popup:after{-webkit-animation:ripple 2s linear 1s infinite;animation:ripple 2s linear 1s infinite}