.fullWidthImageBlock {
	height: 300px;
}
.fullWidthImageBlock img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 500px){
	.fullWidthImageBlock {
		height: 150px;
	}
}