.layout-image {
	max-width: 100%;
	height: auto;
	border: solid 10px #fff;
}

@media only screen and (max-width: 768px) {

	.layout-image > div.clearfix {
		width: 100%!important;
		clear: both!important;
	}

}