@media (max-width: 1000px) { 
	.full-column-image-module {
		width: 100%;
		height: 70vh;
	}

	.full-column-image-module .image-container {
		height: 100%;
	}

	.full-column-image-module .image-container .image-display {
		height: 100%;
		background-size: cover;
		background-position: 50% 50%;
	}
}