/**handles:wp-galleries-style**/
.gallery{display:grid;grid-gap:10px}.gallery.gallery-columns-2{grid-template-columns:repeat(2,1fr)}.gallery.gallery-columns-3{grid-template-columns:repeat(3,1fr)}.gallery.gallery-columns-4{grid-template-columns:repeat(4,1fr)}.gallery .gallery-item{padding:5px;border:1px solid #999;background-color:#fff;max-width:initial;display:flex;align-items:center;justify-content:center;position:relative}.gallery .gallery-item .gallery-icon{flex-grow:1}.gallery .gallery-item .gallery-icon img{width:100%}.gallery .gallery-item figcaption.gallery-caption{display:block!important;position:absolute;bottom:5px;background-color:rgba(0,0,0,.85);margin:0;width:calc(100% - 10px);padding:10px 20px;color:#fff;text-align:center;font-weight:700;text-transform:uppercase}@media (max-width:1199px){.gallery.gallery-columns-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:991px){.gallery.gallery-columns-3,.gallery.gallery-columns-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.gallery.gallery-columns-2,.gallery.gallery-columns-3,.gallery.gallery-columns-4{grid-template-columns:repeat(1,1fr)}}