.hii-w-carousel-wrap {
	width:100%;	
	height:300px;
	position:relative;
}
.hii-w-carousel {
	width:90%;	
	position: relative;
	left:5%;
	height: 100%;
}
.hii-w-slide {
	width:50%;
	/*display:none;*/
	overflow:hidden !important;
	height:0;
	transition: all 540ms;
	transition-timing-function: ease-in-out;
	background-color:#fff !important;
	border:none;
	height:0;
	position:absolute;
	display:block;
	z-index:1;
	top:150px;
	left:25%;
	
	/*background-size: contain !important;*/
}

.hii-w-slide > div {
	width:100%;
	height:100%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	transition: all 540ms;
}

.hii-w-slide:nth-child(1) {
    left:0;
	top:50px;
	z-index:2;
	display:block;
	height:200px;
	width:30%;
	border:1px solid #000;
}	
.hii-w-slide:nth-child(2) {
    left:12.5%;
	top:25px;
	z-index:3;
	display:block;
	height:250px;
	width:40%;
	border:1px solid #000;
}
.hii-w-slide:nth-child(3) {
    left:25%;
	top:0;
	z-index:4;
	display:block;
	height:300px;
	width:50%;
	border:1px solid #000;
}
.hii-w-slide:nth-child(4) {
    left:47.5%;
	top:25px;
	z-index:3;
	display:block;
	height:250px;
	width:40%;
	border:1px solid #000;
}
.hii-w-slide:nth-child(5) {
    left:70%;
	top:50px;
	z-index:2;
	display:block;
	height:200px;
	width:30%;
	border:1px solid #000;
}


.hii-w-prev {
	position: absolute;
	left:10px;
	top:150px;	
	height:30px;
	cursor:pointer;
}
.hii-w-next {
	position: absolute;
	right:10px;
	top:150px;	
	height:30px;
	cursor:pointer;
}

@media(max-width:550px) {
	.hii-w-slide:nth-child(1),
	.hii-w-slide:nth-child(5) {
		display:none !important;	
	}
	.hii-w-slide:nth-child(2) {
		left:0;	
	}
	.hii-w-slide:nth-child(4) {
		left:60%;	
	}
	
    .hii-w-prev {
    	left:5px;
    	height:20px;
    }
    .hii-w-next {
    	right:5px;
    	height:20px;
    }
}