.thumbnail-image {
	height: 190px;
	background-size: cover;
	background-position:center;
	overflow:hidden;
}

.bannerimage {
	height: 400px;
	background-image:url('https://rvconsignmentservices.ca/rvpete_logo.png');
	background-size: cover;
	background-position-x: 54%;
	background-repeat: no-repeat;
}

@media(max-width:991px) {
    .bannerimage {
		height: 400px;
		background-image:url('https://rvconsignmentservices.ca/rvpete_logo.png');
		background-size: cover;
		background-position-x: 54%;
		background-repeat: no-repeat;
	}
}

@media(max-width:1200px) {
    .thumbnail-image {
		height: 220px;
		background-size: cover;
		background-position:center;
		overflow:hidden;
	}
}