* {padding:0; margin:0}
img {border:none}
html{width:100%;height:100%}
body {
	width:100%;
	height:100%;
    /*font-family: 'Quicksand', sans-serif;
    min-height:40px;*/
    background:#000;
    color:#fff;
}
body.mobile{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:50% 50%;
}
body.mobile.bg1{background-image:url(images/bg/likeawhat_1.jpg);}
body.mobile.bg2{background-image:url(images/bg/likeawhat_2.jpg);}
body.mobile.bg3{background-image:url(images/bg/likeawhat_3.jpg);}
body.mobile.bg4{background-image:url(images/bg/likeawhat_4.jpg);}
body.mobile.bg5{background-image:url(images/bg/likeawhat_5.jpg);}
body.mobile.bg6{background-image:url(images/bg/likeawhat_6.jpg);}
body.mobile.bg7{background-image:url(images/bg/likeawhat_7.jpg);}
body.mobile.bg8{background-image:url(images/bg/likeawhat_8.jpg);}
#player{
    position: fixed;
    z-index:-99;
    width: 100%;
    height: 100%;
}
#video{
    width: 200%;
    height: 200%;
    opacity:0;
}
#socials {
    position:fixed;
    bottom: 20px;
    text-align:center;
    width:100%;
    z-index:10001;
    height:34px;
}
#socials a{
    display:inline-block;
    width:34px;
    height:34px;
    margin:0 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor:pointer;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat:no-repeat;
    background-position:50% 50%;
}
#socials a.fb{background-image:url(images/fbw.png);}
#socials a.ig{background-image:url(images/igw.png);}
#socials a.sc{background-image:url(images/scw.png);}
#title{
    display:block;
    background:url(images/likeawhat.png) 50% 50% no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position:fixed;
    top:30%;
    left:30%;
    width:40%;
    height:40%;
    z-index:10000;
}
.mobile #title{
    top:25%;
    left:10%;
    width:80%;
    height:50%;
}
#content{opacity:0;z-index:2}