.vl-grid{display:flex;-webkit-display:flex;-moz-display:flex;-ms-display:flex;-o-display:flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap}.vl-item{width:25%;box-sizing:border-box;padding:2%}.vl-item h3{margin-top:.5rem;font-size:22px;color:#224e8f}.vl-pop{display:block;position:relative}.vl-pop svg{position:absolute;width:35%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.vl-pop:after{content:"";display:block;background-color:rgba(0,0,0,0.2);position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;transition:all 400ms ease-out}.vl-pop:hover:after{background-color:rgba(0,0,0,0)}.vl-popup{display:none;position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(91,91,93,0.95);z-index:2000}.vl-popup-wrap{display:flex;justify-content:center;align-items:center;height:100%}.vl-popup-inner{width:100%;max-width:90vw}.vl-close{cursor:pointer;font-size:22px;color:#ccc;text-align:right;position:absolute;right:0;top:0;line-height:1rem;background-color:rgba(0,0,0,0.3);padding:10px}.vl-popup video{max-width:90vw;width:100%;direction:block}@media only screen and (max-width:1024px){.vl-grid{justify-content:center}.vl-item{width:33.3333%}.vl-item h3{font-size:18px}}@media only screen and (max-width:768px){.vl-item{width:50%}}@media only screen and (max-width:480px){.vl-item{width:100%}}