@media(max-width: 767px) {
	.mobile-img {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 10px;
		clear: both;
	}
}

@media(min-width: 586px) and (max-width: 1199px) {
	.mobile-img {
		width: 49% !important;
		height: auto !important;
		margin-bottom: 10px;
		clear: both;
	}
}