
.swiper-container {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 110px;
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
       width:800px;
	height: 420px;

    }
.swiper-slide{
	position: relative;
	margin: 0 30px;
}
.swiper-slide::before{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:130%;
	height: 130%;
	margin:auto;
	background-color:rgba(0,0,0,0.05);
}
.swiper-slide-active{
	transition:1s ease-in-out;
	box-shadow:20px 20px 0 rgba(0,0,0,0.05);
}