.blocco_slidehome 
{
	background-color: #063164;
}

.blocco_slidehome .item_slide 
{
	position: relative;
	height: calc(100vh - 90px);
	/*padding-top: 56.25% !important;*/
	overflow: hidden;
}
/*
REMOVE from template
#scroll_down_slide 
{
	border: 0;
	position: absolute;
	background: transparent;
	bottom: 40px;
	z-index: 12;
	width: 100%;
	text-align: center;
	padding: 0;
}
*/
@media screen and (max-width: 1240px) 
{
	.blocco_slidehome .item_slide
	{ 
		height: calc(100vh - 65px) !important;
	}
}
@media screen and (max-width: 991px) 
{
	.blocco_slidehome .item_slide
	{ 
		height: auto !important;
		padding-top:56.25% !important;
	}
	/*
	#scroll_down_slide
	{
		display: none;
	}
	*/
}