/*.ul{
	animation-name:loop;
	animation-duration:20s;
	animation-iteration-count:infinite;
}
@keyframes loop{
	0%{
		width:200px;
	}
	100%{
		width:500px;
	}
}*/

.slider{
    display: none;
}
.slider.slick-initialized{
    display: block;
}
.slick-slide img{
	margin: 0 auto;
}
@media screen and (max-width:768px) {
	.slick-slide img{
	    width: 100%;
	    height: 185px;
	}
}
@media screen and (max-width:480px) {
	.slick-slide img{
		max-width: 350px;
		height: 220px;
	}
}