.info {
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  /*transition: letter-spacing 1s;*/
}

.info:hover {
  width: 100%;
}

p {
}

.info-text {
  /*opacity: 0;*/
  right: 0px;
  /*transition: opacity 2s;*/
  height: 0px;
}

.info-text p {
  padding: 10px 0px 15px 0px;
}

.info:hover {
  /*letter-spacing: 0.15em;*/
}

.info:hover .info-text {
  /*opacity: 1;*/
  /*height: auto;*/
  /*letter-spacing: normal;*/
  height: auto;
}

.info-text a {
  color: #000;
  display: inline-block;
  padding: 20px 0px 0px;
  border: 1px solid #000;
  text-decoration: none;
  border-radius: 40px;
  width: 64px;
  height: 64px;
}

.info-text a:hover {
  background: #000;
  color: #FFF;
}

.info:hover {
}

.info:hover .info-text p {
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 25px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: none;
  opacity: 1;
  border: 1px solid #000;
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
  background: #000;
}

.text-slide a {
  color: #000;
  text-decoration: none;
}

.text-slide a:hover {
  text-decoration: line-through;
}

.intro {
  /*width: 350px;*/
  font-size: 20px;
  /*text-align: justify;*/
  /*text-align-last: justify;*/
  line-height: 40px;
  letter-spacing: 0.3em;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.intro a {
  /*display: block;*/
  width: auto;
  /*text-align: justify;*/
  /*text-align-last: justify;*/
}

.slide-block {
  width: 100vw;
  height: 100vh;
}

.swiper-pagination {
  padding: 0 25px;
  z-index: 9999;
  /*max-width: 700px;*/
  right: 0;
  margin: 0 auto;
}

