
@media only screen and (max-width: 767px) {
    .games-title img {
        max-width: 25px;
        filter: brightness(0) saturate(100%) invert(20%) sepia(90%) saturate(2000%) hue-rotate(200deg) brightness(90%) contrast(90%);
    }
}