/* mobile phone */

body img {
	max-width: 100%;
	}
div.entry-content {max-width: 97.5%;}
body.single.catablog.items {max-width: 97.5%;}

  #CatablogProduct {
	max-width:280px;
	min-height:280px;
	margin:7px auto 0 auto;
	/* text-align:center; */
	background-color:#ffffff;
	float:none;
	}
  div.catablog-single {max-width: 280px !important; float: none;}
  div.catablog-single #MainImage {max-width: 280px!important; float: none;}
 div.catablog-single div#MainImage img {width:98%!important; float: none;}
 div#CatablogProduct div#post-.post div.catablog-single div#SubImage {display:none;}
div#sidebar-sidemenu {padding:0px; float:right;}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
max-width: 97.5%;
width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
