.slider {
	position: relative;
	height: 150px;
	margin-bottom: 20px;
	background: #fff;
	overflow: hidden;
}

.slider-carousel-container {
	position: absolute;
	top: 15px;
	left: 0;
    bottom: 15px;
	width: 100%;
	height: 120px;
	z-index: 0;
}

.slider-carousel {
	position: relative;
	width: 100%;
	height: 100%;
}

.slider-carousel-slide-container {
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
	z-index: 0;
}

.slider-carousel-slide {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
