.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1)
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.25);
	border-radius: 10px;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-container {
  width: 100%;
  max-width:1200px;
  height: 320px;
  text-align: center;
  padding: 12px 0;
}
.swiper-slide {
  width: 2450px;
  padding: 0px;
}
.swiper-scrollbar {
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 3;
}

/*
Media
=====================================================================================*/

/* 480- */
@media only screen and (max-width: 480px) {
.swiper-container {
   height: 260px;
}
.swiper-slide {
  width: 2000px;
}

/* 320- */
@media only screen and (max-width: 380px){
.swiper-container {
   height: 200px;
}
.swiper-slide {
  width: 1550px;
}
}