html{
    min-width: 980px;
    min-height: 750px;
    height: 100%;
}
body{
    background: transparent no-repeat center url('/assets/images/uketube/bg.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}
.uketube-container{
    height: 100%;
    width: 100%;
    position: relative;
    background: repeat  url('/assets/images/main/n3.png');
    overflow: hidden;
}

div.v2-footer{
    position: fixed;
    left: 50%;
    bottom: 10px;
    width: 50%;
    max-width: 480px;
}
div.v2-footer .social ul.spicesocialwidget{
    width: 100%;
}

.iphone{
    position: absolute;
    left: 50%;
    top:64px;
    background: transparent no-repeat url('/assets/images/uketube/iphone@2x.png');
    height: 1728px;
    width: 896px;
    background-size: 50%;
    margin-left: -450px;
}

.right{
    position: absolute;
    left: 50%;
    top: 100px;
    height: 100%;
    width: 50%;
}

.right h1,
.right h2{
    font-weight: 200;
    color: #FFFFFF;
    font-size: 30px;
}

.right h1{
    font-size: 60px;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    padding-top: 45%;
}
.right h2{
    text-shadow: 0 0 1px rgba(0,0,0,0.5);
    padding-top: 15px;
}

.right a{
    opacity: 0.8;
    padding-top: 60px;
    height: 63px;
    display: inline-block;
}

.right a:hover{
    opacity: 1;
}

.vjs-error-display,
.vjs-control-bar,
.vjs-big-play-button,
.vjs-loading-spinner,
.vjs-text-track-display,
.vjs-poster{
    display: none !important;
}

#big-video-vid_html5_api{
    display: none;
}



.appstore-icon::before{
    content: "a";
    text-indent: 0 !important;
    font-size: 70px;
    font-family: "EUMWeb";
    color: #fff;
    display: block;
    margin-bottom: 100px;
}
.appstore-icon{
    line-height: 200%;
    display: block;
    overflow: hidden;
}