/**DISABLE HOVER ON MOBLE**/ @media screen and (max-width:768px) { .grid-image-wrapper.has-hover-img img { &:first-child { opacity: 1 ! important } &:not(:first-child) { display: none ! important; } } }