.chimee-container {
  container{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  video{
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    outline: 0;
    &:focus{
      outline: 0;
    }
  }
  chimee-center-state-loading {
    box-sizing: initial;
  }
}