.wayo-imageviewer{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.wayo-imageviewer__mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wayo-imageviewer__slides{
  top: 50%;
  @include transform(translateY(-50%));
}
.wayo-imageviewer__indicator{
  position: absolute;
  left: 0;
  bottom: 15px;
  text-align: center;
  width: 100%;
  font-size: 13px;
  color: $color-white-1;
  white-space: nowrap;
  line-height: 1;
}