@import '../common/abstracts/variable';
@import '../common/abstracts/_mixin';

@include b(video-preview) {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: $-video-preview-bg;

  @include e(video) {
    width: 100%;
    height: 242px;
    transition: all 0.3s ease;
  }

  @include edeep(close) {
    position: absolute;
    top: 0px;
    right: 0px;
    box-sizing: border-box;
    padding: 12px;
    font-size: $-video-preview-close-font-size;
    color: $-video-preview-close-color;
    text-align: center;
    cursor: pointer;
  }
}
