I've added that to all styles. In testing it on my cell phone, it doesn't change anything. the images are still stacked vertically.
Tested in going from mobile style to full site.
--------------- Added [DATE]1437687460[/DATE] at [TIME]1437687460[/TIME] ---------------
I saw you posted the below code for someone with a similar problem, but I don't know if any of it would help in my situation.
Code:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* STYLES GO HERE */
}