#hero_home h1{
	font-family: "poppinslight", Arial, sans-serif;
	font-size:36px;
	padding: 0 32px;
}
#carousel_home{
	height:471px;
	overflow-x:auto;
	overflow-y:hidden;
	text-align:center;
	margin-top:7px;
	opacity:0;
	transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
}
#carousel_home.vis{
	opacity:1;
}
#carousel_home > div{
	white-space:nowrap;
}
#carousel_home > div > img{
	height:471px;
}
#carousel_home {
  scrollbar-width: none; 
  -ms-overflow-style: none;
}
#carousel_home::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1300px) {
	
	#carousel_home,
	#carousel_home > div > img{
		height:391px;
	}
}
@media (max-width: 590px) {
	#hero_home h1{
		margin: 0 !important;
	}
	#hero_home > div{
		margin: 32px 0 0 0 !important;
	}
	
	#carousel_home,
	#carousel_home > div > img{
		height:319px;
	}
}