.image-header {
	background-image: none;
}

.image-slider {
	background-size: cover;
	height: 200px;
}

.slider-img > img {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	max-width: 100%;
}

.slider-img {
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	height: 200px;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.slick-dots {
	bottom: 0;
}

.slick-dots > .slick-active {

}

.slick-arrow {
	width: 60px;
	height: 60px;
}

.slick-prev::before, .slick-next::before {
	content: '';
	width: 0;
	height: 0;
	font-size: 0;
}

.slick-arrow > i {
	font-size: 60px;
}

.slick-prev {
	left: 0;
	z-index: 1;
}
.slick-next {
	right: 0;
}