.banner-hotsite {
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	width: 100%;

	display: flex;
}

@media only screen and (max-width: 40em){
	.banner-hotsite {
		background-image: url(/app-trave/assets/images/hotsite/banner-sale-mobile.jpg) !important;
		height: 400px;
	}
}


