.swiper-aspect {
	width:100%;
	padding-bottom:120%;
	position:relative;
	background: #CCC;
}

@media (min-width: 768px) {
	.swiper-aspect {padding-bottom:52%;}
}

.swiper-aspect-inner {
  position: absolute;
  top: 0;
  left: 0;	
  right: 0;
  bottom: 0;
}

/* swiper */

.swiper {
	width:100%;
	height:100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #CCC;
  display: flex !important;
  justify-content: center;
  align-items: center;   
}

.swiper-slide img {

}