.the_gallery{background:#FFF}
.the_gallery .wrapper{padding:0}
.the_gallery .masonry-grid{width:90%;max-width:1600px;margin:0;padding:120px 0 90px 0;background:#FFF;margin:0 auto;display:block}
.the_gallery .masonry-grid__item{margin-bottom:20px;float:left}
.the_gallery .masonry-grid__item figure{position:relative;width:100%;height:100%;margin:0;overflow:hidden}
.the_gallery .masonry-grid__item .video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.the_gallery .masonry-grid__item .video-overlay .play-icon{width:60px;height:60px;border-radius:50%;background-color:rgba(255,255,255,0.7);position:relative}
.the_gallery .masonry-grid__item .video-overlay .play-icon:before{content:'';position:absolute;top:50%;left:54%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:0;height:0;border-style:solid;border-width:10px 0 10px 16px;border-color:transparent transparent transparent #333}
.the_gallery .video-item figure{display:block}
.the_gallery .video-item video{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;aspect-ratio:16/9;max-width:100%}
.the_gallery .masonry-image{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}
.the_gallery .gutter-sizer{width:20px}
.the_gallery .grid-sizer,.the_gallery .masonry-grid__item{width:calc((100% - 40px) / 3)}
@media(max-width:768px){.the_gallery .grid-sizer,.the_gallery .masonry-grid__item{width:calc((100% - 20px) / 2)}
}@media(max-width:667px){.the_gallery .grid-sizer,.the_gallery .masonry-grid__item{width:100%}
}@media screen and (max-width:768px){.the_gallery .wrapper{padding:0}
.the_gallery .masonry-grid{padding:90px 0 60px 0}
}