.technology-tile { .img-container { height: 144px; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 1px var(--alto-gray); background-color: white; } picture { background: inherit !important; max-width: 50%; img { filter: grayscale(50%); transition: filter 200ms; } } } .technology-tile:hover picture { filter: none; }