@charset "UTF-8";
/* ------------------------------------------

CSS style that fixes one thing: image-orientation issues

------------------------------------------ */

img{
	image-orientation: none;
}