.v4.image-component .image-component__img {
	width: 114%;
	max-width: 114%;
	/* display: block;
	margin-left: 1.5%; */
}

.v4.image-component .image-component__img--small {
	display: none;
	margin-left: 0;
}

@media only screen and (max-width: 767.98px) {
	.v4.image-component .image-component__container {
		padding: 0;
	}
	.v4.image-component .image-component__img {
		display: none;
	}
	.v4.image-component .image-component__img--small {
		display: block;
		width: 100%;
		max-width: 100%;
	}
}
