﻿.rel{width:100%; height: auto; position: relative; padding-bottom:70px; }
.swiper-slide{
	transform: scale(1);
	width: 70%;
	margin-right: 20px;
}
.swiper-slide a{width:100%; height: auto; display: block;     transition: 300ms;}
.swiper-slide a img{width:100%; height: auto; display: block; }
.swiper-slide-active{transform: scale(1);}
.swiper-button-next,.swiper-button-prev{width:50px; height: 50px; top:auto; margin-top: 0; bottom:0}
.swiper-button-next{background: url(../images/next.png) no-repeat center; left:8%}
.swiper-button-prev{background: url(../images/prev.png) no-repeat center; left:0%} 



@media all and (max-width: 768px) 
{  
    .swiper-button-next{ left:15%} 
}
