.swiper-container {
      width: 100%;
      margin-top: -60px;
}
.swiper-wrapper{
	height: 350px;
}
.swiper-slide{
	height: auto;
}
.swiper-slide a{
	width: 100%;
}
.swiper-slide img{
	width: 100%;
	height: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
a:not([href]):not([tabindex]){
	color: silver !important;
}
@media(max-width: 767px){
	.swiper-container{
		margin-top: -10px;
	}
	.swiper-slide{
		width: 100% !important;
	}
}