/* ------------------*/
/* IMAGES ON MOBILES  */
/* ------------------*/
/* Ensures that images expand to full width on mobiles */
/* This file should be excluded from Top 100 pages in php*/

@media (max-width: 800px) {
img.FillOut{
	width: 95%!important;
}
div.divWithImage{
	width:100%!important;
}
}