.image-gallery{display:flex;flex-wrap:wrap;max-width:100%;width:100%}.image-gallery .image-container{width:25%;height:200px;overflow:hidden;position:relative}@media(max-width:768px){.image-gallery .image-container{width:50%}}.image-gallery .image-container .img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease,filter .3s ease}.image-gallery .image-container .img:hover{filter:brightness(1.2) sepia(.5) hue-rotate(-30deg);background-color:#ffa177}