* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

BODY,
HTML {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    background: #000 url(assets/episode2/back.jpg) no-repeat;
    background-size: cover;
    overflow: hidden
}

.portraitLock {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000
}

.rotatePhoneIcon {
    width: 60%;
    margin: 30px auto;
    display: block
}