.images-mobiles img {
		max-width: 100%;
		height: auto;
	}
	@media (max-width: 640px) {
	
	.images-mobiles img {
	height: auto; width: auto;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    }
	 
	.images-mobiles img{
	   max-width: 100%;
	 }
	.images-mobiles img {
	   height: auto; width: auto;
	   -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	 }
	
	.images-mobiles img {
	   float: none !important;
	   width: auto !important;
	}
	
}