.img-gallery{display:grid;gap:20px}.img-gallery img{height:150px;object-fit:cover}picture:hover{filter:brightness(.6);transition:.5s}@media (min-width:980px){.gallery-desktop-col-5{grid-template-columns:repeat(5,1fr)}.gallery-desktop-col-4{grid-template-columns:repeat(4,1fr)}.gallery-desktop-col-3{grid-template-columns:repeat(3,1fr)}.gallery-desktop-col-2{grid-template-columns:repeat(2,1fr)}}@media (max-width:981px){.gallery-mobile-col-3{grid-template-columns:repeat(3,1fr)}.gallery-mobile-col-2{grid-template-columns:repeat(2,1fr)}.gallery-mobile-col-1{grid-template-columns:repeat(1,1fr)}}