@charset "UTF-8";
.next-btn{
  width: 47px;
  height: 94px;
  position: absolute;
  right:5%;
  top:50%;
  margin-top: -30px;
	display: none;
}
.prev-btn{
  width: 47px;
  height: 94px;
  position: absolute;
  left: 0;
 top:50%;
  margin-top: -30px;
	display: none;
}

.next-btn2{
  width: 47px;
  height: 94px;
  position: absolute;
  right:5%;
  top:80%;
  margin-top: -30px;
	
}
.prev-btn2{
  width: 47px;
  height: 94px;
  position: absolute;
  left: 0;
 top:80%;
  margin-top: -30px;
	
}


.bx-prev,.bx-next {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top:0;
  z-index: 100;
	/*background-color: #f90;*/
  
}


@media screen and (min-width: 48em) {

.next-btn{
  width: 47px;
  height: 94px;
  position: absolute;
  right:5%;
  top:50%;
  margin-top: -30px;
	display: block;
}
.prev-btn{
  width: 47px;
  height: 94px;
  position: absolute;
  left: 5%;
  top:50%;
  margin-top: -30px;
	display: block;
}
	
	
.next-btn2{
  width: 47px;
  height: 94px;
  position: absolute;
  right:5%;
  top:50%;
  margin-top: -30px;
	display: block;
}
.prev-btn2{
  width: 47px;
  height: 94px;
  position: absolute;
  left: 5%;
  top:50%;
  margin-top: -30px;
	display: block;
}	
	
.bx-prev,.bx-next {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top:0;
  z-index: 100;
  
}

}