I have an elements with
<div class="item" style="transform: translate3d(0px, -215px, 0px);">
<a href="img.jpg" data-lightbox="one"><img src="img.jpg"></a></div>
styling.
What I need to do is to get rid of inline style of element and overwrite it with media queries css. Is something like that possible or do I need to do it with javascript?