[data-module=photo-gallery]{display:grid;grid-template-columns:repeat(2,1fr)}[data-module=photo-gallery] div{background-color:#64748b;height:0;overflow:hidden;padding:50%;position:relative;width:100%}[data-module=photo-gallery] img{bottom:0;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;right:0;top:0;transform:scale(1);transform-origin:center;transition:transform .2s ease-in-out!important;width:100%}[data-module=photo-gallery] img:hover{cursor:pointer}@media screen and (min-width:768px){[data-module=photo-gallery]{grid-template-columns:repeat(3,1fr)}}