@require '../pages_old/Layout.styl';

.TopScreen {
  width: 100%;
  position absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 56px 0 0 0;
  background-position: center top;

  &:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #151515;
    opacity: .7;
  }

  &Bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    z-index: 1;

    &Img {
      display: inline-block;
      width: 35vw;
      height: 80vh;
      background-size: contain;
      background-position: center bottom;
      background-repeat: no-repeat;
      margin-bottom: -5px;
    }

    &Tap {
      position: absolute;
      bottom: -2px;
      left: 50%;
      margin-left: -137px
      width: 273px;
      height: 39px;
      background: url('/public/img/arc.png');
      text-align: center;
      vertical-align: middle;

      &Icon {
        margin-top: 4px;
      }
    }
  }
}

.Content {
  position: relative;
  z-index: 1;
  height: 100%;
}

.AllHeight {
  height: 100%;
}
