.nps-homepage-slider {
	height: 494px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

@media screen and (max-width: 900px) {
	.nps-homepage-slider {
		height : 450px;
	}
}

@media screen and (max-width: 768.9px) {
	.nps-homepage-slider {
		height : 300px;
	}
}

@media screen and (max-width: 576px) {
	.nps-homepage-slider {
		height : 250px;
	}
}

@media screen and (max-width: 450px) {
	.nps-homepage-slider {
		height : 200px;
	}
}