body, html {
    background-color: #000;
    height: 100%
}

body {
    -moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    color: #fff;
    font: 300 16px Helvetica, Arial, sans-serif;
    margin: 0;
    overflow: hidden;
    text-align: center;
    user-select: none
}

body {
    width: 100%
}

.main-content {
    font-size: 28px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.play-icon {
    display: block;
    width: 160px;
    margin: 0 auto 60px;
    cursor: pointer;
}

.isAndroid .main-content {
    top: 10%;
    height: 75%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.isAndroid .msg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.vwc {
    background-color: #000;
    bottom: 0;
    height: 50px;
    left: 1%;
    position: absolute;
    right: 1%
}

.vcp {
    background-color: hsla(0, 0%, 100%, .2);
    height: 3px;
    margin-top: 4px;
    position: relative
}

.vcp:before {
    background-color: #d0021b;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 20%
}

.vcl,
.vcr {
    margin-top: 8px
}

.vcl {
    float: left
}

.vcr {
    float: right;
    padding-right: 10px
}

.vcr .vci:first-child {
    margin-left: 0
}

.vcii {
    float: left;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 29px;
    margin-left: 10px
}

.vci {
    fill: #fff;
    float: left;
    height: 27px;
    margin-left: 10px;
    width: 27px
}