.ol-ml-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ol-ml-gallery--cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.ol-ml-gallery--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.ol-ml-gallery--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.ol-ml-gallery--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.ol-ml-gallery--cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.ol-ml-gallery--cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.ol-ml-item{position:relative;display:block;overflow:hidden;background:#000}.ol-ml-item img{display:block;width:100%;height:auto;transition:opacity 0.25s ease}.ol-ml-item:hover img,.ol-ml-item:focus img{opacity:.82}.ol-ml-play{position:absolute;left:50%;top:50%;width:58px;height:58px;border-radius:50%;background:rgb(0 0 0 / .65);transform:translate(-50%,-50%)}.ol-ml-play::before{content:'';position:absolute;left:23px;top:17px;border-top:12px solid #fff0;border-bottom:12px solid #fff0;border-left:18px solid #fff}.ol-ml-video-wrap{max-width:960px;margin:40px auto;padding:20px;background:#000}.ol-ml-video{display:block;width:100%;max-height:80vh}@media (max-width:767px){.ol-ml-gallery,.ol-ml-gallery[class*='ol-ml-gallery--cols-']{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media (max-width:480px){.ol-ml-gallery,.ol-ml-gallery[class*='ol-ml-gallery--cols-']{grid-template-columns:1fr}}