@media only screen and (min-width: 992px) {
	.background_image {
	background-size: 11vw 14vw; 
	background-repeat: no-repeat;
	}
	.overview_image {
	width: 7.2vw; 
	margin-left: 1.4vw; 
	margin-top: 2.75vw;
	margin-bottom: 2vh;
	}
}


@media only screen and (max-width: 991px) and (min-width: 576px) {
	.background_image {
	background-size: 18vw 23vw; 
	background-repeat: no-repeat;
	}
	.overview_image {
	width: 12vw; 
	margin-left: 1.75vw; 
	margin-top: 4.5vw;
	margin-bottom: 2vh;
	}
}
	

	
@media only screen and (max-width: 575px) {
	.background_image {
	background-size: 37vw; 
	background-repeat: no-repeat;
	}
	.overview_image {
	width: 25vw; 
	margin-left: 4vw; 
	margin-top: 9vw;
	margin-bottom: 2vh;
	}
}
