.wrap {
  background-color: #000;
  width: 100%;
  height: 100%;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  overflow: hidden;
  position: relative;
}

.photo {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  width: 260px;
  height: 320px;
  z-index: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  left: 50%;
  top: 50%;
  margin: -160px 0 0 -130px;
  position: absolute;
}

.photo .side {
  background-color: #1e1e1e;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  /* padding: 8px; */
  box-sizing: border-box;
  position: absolute;
}

.photo .side-front {
  /*display: none;*/
}

.photo .side-front .image {
  width: 100%;
  height: 298px;
  line-height: 298px;
  overflow: hidden;
}

.photo .side-front .image img {
  width: 100%;
}

.photo .side-front .caption {
  font: 10px/1 "Poppins Light" !important;
  text-transform: uppercase !important;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  padding: 6px 6px 6px 7px;
}

.photo .side-back {
  padding-right: 30px;
}

.photo .side-back .desc {
  padding: 8px;
  font: 10px/1 "Poppins Light" !important;
  color: #797979;
  line-height: 15px !important;
  font-weight: normal;
  margin: 0;
}

.photo_center {
  left: 50%;
  top: 50%;
  margin: -190px 0 0 -130px;
  z-index: 999;
}

.photo-wrap {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transition: all 0.6s;
  position: absolute;
}

.photo-wrap .side-front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
}

.photo-wrap .side-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.photo-wrap .side {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.photo_front .photo-wrap {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
}

.photo_back .photo-wrap {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.nav {
  background: #000 !important;
  padding: 6px 6px 0px 6px;
  border-radius: 10px 10px 0px 0px;
  width: 80%;
  line-height: 30px;
  left: 10%;
  bottom: -3px;
  z-index: 999;
  text-align: center;
  position: absolute;
}

.nav .i {
  background-color: #000;
  border: 1px solid #9C9C9C;
  width: 26px;
  height: 26px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border-radius: 90%;
  -webkit-transform: scale(0.5);
  -webkit-transition: all 0.5s;
  -moz-transform: scale(0.5);
  -moz-transition: all 0.5s;
}

.nav .i_current {
  border: none !important;
  background-color: #B50009;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
}

.nav .i_back {
  border: none !important;
  background-color: #B50009;
  -webkit-transform: rotateY(-180deg) scale(0.5);
  -moz-transform: rotateY(-180deg) scale(0.5);
}

.spin {
  background: #000;
  width: 24px;
  height: 24px;
  text-align: center;
  font: 15px/1 "Poppins Light" !important;
  letter-spacing: -1px !important;
  line-height: 24px !important;
  text-rendering: optimizelegibility;
  text-decoration: none !important;
  color: #c1c1c1;
  right: 12px;
  top: 12px;
  cursor: pointer !important;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 400px) {
  .photo {
    width: 230px;
    height: 290px;
  }
  .photo_center {
    margin: -190px 0 0 -114px;
  }
  .photo .side-front .image {
    height: 268px;
    line-height: 268px;
  }
}/*# sourceMappingURL=so_much.css.map */