I am trying to use this in override.css:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.gkNspPM-Portfolio .animate_queue_element {
opacity: 1 !important;
}
}
But it still uses the effect - what am i missing

Anybody....