@import './swiper';

.ac-preview {
  background-color: #111 !important;
  display: flex;
  flex-direction: column;

  &.ac-mask {
    position: fixed;
    z-index: 501;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .25s ease-in;
    transform: scale(0);
    &.show {
      transform: scale(1);
    }
  }

  img {
    display: block;
    margin: 0 auto;
    transition: all .3s;
  }
  .ac-swiper .ac-swiper-group .ac-swiper-item {
    vertical-align: middle;
  }

  .ac-preview-content {
    flex: 1;
    display: flex;
    align-items: center;
  }
}
