/* Mobile Devices */
@media screen and (max-width: 767px) {
	.image-mobile-responsive img {
		max-width: 100%;
		height: auto;
	}
}