.custom-gallery{margin-top:20px;margin-bottom:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-auto-rows:200px}.custom-gallery-item{overflow:hidden;cursor:pointer}.custom-gallery-item__image{display:block;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;transition-property:transform;transition-duration:1.3s}.custom-gallery-item__image:hover{transition-duration:.3s;transform:scale(1.1)}.mfp-custom-gallery{transition:all .3s}.mfp-custom-gallery.mfp-with-zoom.mfp-ready{background-color:rgba(0,0,0,.6)}.mfp-custom-gallery.mfp-with-zoom,.mfp-custom-gallery.mfp-with-zoom.mfp-removing{background-color:transparent}@media (max-width:500px){.custom-gallery{grid-template-columns:repeat(auto-fit,minmax(35%,1fr))}}@media (max-width:450px){.custom-gallery-item:first-child{grid-column:1/-1}}@media (max-width:376px){.custom-gallery-item__image{cursor:pointer}}