



/* carousel */
.header-slider-translucent-small picture img {
	width: 100%;
	height: auto;	
}


@media (min-width: 992px) {
.header-slider-bg  {
	height:100vh;
	max-height:100%;
	min-width: 100%;
	width: 100%;
	max-width:100%;
	display:block;
	clear:both;
	position:relative;
	z-index:5;
	overflow:hidden;
}

.header-slider-bg.small.calc  {
	height:calc(100vh - 800px);
}


.header-slider-bg picture {
	position: absolute;
	width: 100.1%;
	height: 100.1%;
	z-index:-1;
}

.header-slider-bg picture img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
 }
}


@media (max-width: 480px) {
 .header-slider-bg.small.calc {
    height: calc(100vh - 200px);
  }
}