.slick-slide {
	text-align: center;
	background: #FBFAF6;
	margin:0 auto;
	left:initial;
}
.slick-slide {
	text-align: center;
	background: #FBFAF6;
	margin:0 auto;
	left:initial;
}
.slick-slide a{
	display: block;
	position: relative;
	width: 630px;
	height: 330px;
}
.single-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%,-50%);
}
