html, body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
/*  background: #E9ECEC;*/
  background: #333;
	color: white;
  
  /* 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;
}
.swiper-container-v {
  background: #eee;
}
.swiper-wrapper{
  align-content: center;
}
.swiper-container-v .swiper-slide {
  height: auto;
}
.swiper-container-h .swiper-slide {
  width: auto;
}
.swiper-pagination {
    color: white;
  }
.swiper-button-next,.swiper-button-prev:focus {
    outline:0;
  }
.swiper-button-next, .swiper-button-prev {
	--swiper-navigation-size: 15px;
	bottom: 10px;
	top: unset;
	font-weight: bold;
	width: 15%;
}
.frame-swiper {
  display: block;
  width: 100%;
  padding: 8px;
}
.frame-swiper-H {
  display: block;
  width: 100%;
  padding: 8px 0px 0px 0px;
}
.frame-swiper-item-H {
  display: block;
  width: 100%;
  padding: 0px 8px 8px 8px;
}

.swiper-slide-title {
  font-weight: bold;
  padding: 0px 10px 3px 10px;
}
