.video-in-widnow {
  .video-banner__poster {
    z-index: 10;
  }
}
video-banner[loaded='true'].video-in-widnow {
  .fixed-video-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 9000;
    padding: 50px 44px;
    background: rgba(0,0,0, .8);
    @media screen and (max-width: 500px) {
      padding: 50px 20px;
    }
    .close-button-with-scale-hover {
      width: 44px;
      position: absolute;
      top: 0;
      right: 0;
      height: 44px;
    }
    video {
      height: auto;
      object-fit: contain;
      max-height: 100%;
      width: 100%;
      z-index: 9000;
      position: relative;
    }
    iframe {
      height: 100%;
      object-fit: contain;
      width: 100%;
      z-index: 9000;
      position: relative;
    }
  }
  .video-banner__poster {
    z-index: 9000;
  }
}