
.swiper {
	width: 100%;
	height: 150px;
}


.swiper-wrapper {
	transition-timing-function: linear !important;
}

/*
.swiper-slide {
	height: 400px;
}
*/

.swiper-slide {
  /*width: 28vw;*/
  overflow: hidden;
  background-position: top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  object-fit: contain;
  height: 100%;
  width: 100%;


  /*background-color: red;*/
}


.swiper-button-pause {
	height: 40px;
	width: 40px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 1;
}

.swiper-button-pause img {
	object-fit: contain;
	height: 100%;
	width: 100%;

	opacity: 0.5;

  display:block;
  /*z-index:999;*/
  cursor: pointer;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}
.swiper-button-pause a:hover img {
    transform: scale(1.1);
	opacity: 1.0;
}

.swiper,
.swiper-wrapper,
.swiper-slide {
	height: 150px !important;
}

.swiper-scrollbar {

	display: none;
}