.clone-slider{
	min-height:200px;
	position: relative;
	overflow:hidden;
	color:#ffffff !important;
	/*padding-bottom:60px;*/
}

.slide{
	position: absolute;
	top:0;
	width:100%;
	height:100%;
}

.outer{
	position: absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}

.inner{
	position: absolute;
	width:100%;
	height:100%;	
	overflow:hidden;
}

.infobox{
	position: relative;
	z-index:2;	
}

.infobox-content{
	padding: 50px 40px;

}

.infobox-content h1{
	color:var(--color1) !important;
}

.slider-image {
    position: absolute;
	z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}

.slider-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.clone_newhome .slider-image picture{
	    height: 100%;
    aspect-ratio: 4 / 3;
}

.clone_newhome .slider-image img{
	    object-fit: cover !important;
    height: 100% !important;
}





.onlyImages{
	height:auto !important;
}

.onlyImages img{
    object-fit: inherit !important;
    width: 100%;
    height: auto !important;
}


.slide-text{
	padding-left:16vw;
}

.slide-button{
	padding-left:16vw;
}



.slider_controls{
	z-index:2000; 
	font-size:12px;
	padding-bottom: 20px;
}

.pagicontainer{
	color:var(--color);
}

.slider-pagination{
	z-index:2000; 
	position: absolute;
	bottom:0;
}

.pagiActive{
	color:orange;
}

.slider-container .NextButton{
    width: 20px;
    height: 20px;
    background: url(../svg/arrow-right-short1.svg);
    background-repeat: no-repeat;
    background-size: 20px;
}
.slider-container .PrevButton{
    width: 20px;
    height: 20px;
    background: url(../svg/arrow-left-short1.svg);
    background-repeat: no-repeat;
    background-size: 20px;
}

/* Timer */
.slider-time-outer{
	width:100%;
	height:6px;
	background: #666666;
}
.slider-time-inner{
	width:0%;
	height:100%;
	background: orange;
}


.slider-timer{
	z-index:2000; 
	position: absolute;
	top:0;
}


@media (min-width: 992px){
	
	.pagicontainer{
	color:var(--color1);
}
	
	.slider-container .NextButton{

    background: url(../svg/arrow-right-short.svg);

}
.slider-container .PrevButton{

    background: url(../svg/arrow-left-short.svg);
}
	
}


