/* This file will hold styles that are loaded using the same media query as the wide grid. */
img.desk {
display:inline;
}
img.mobile {
display:none;
}