@media screen and (max-width: 480px) {
	.mobile-image {
		width: 100%;
		margin-left: none !important;
	}
}

