* {
    margin: 0;
    padding: 0;
}

html,body {
    width: 100%;
    height: 100%;
    position: relative;
}

div.cnt {
    width: 100%;
    height: 100%;
    background: #000;
}

.wrapper {
    max-width: 1049px;
    max-height: 788px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#logo {
    text-indent: -9000px;
    width: 521px;
    height: 39px;
    background: url('../images/logo-alina-teodorescu.png') no-repeat left top;

    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -260px;
    z-index: 999;
}

@media screen and (max-width: 500px) {
    #logo {
        width: 260px;
        height: 20px;
        background-size: 100%;
        margin-left: -130px;
    }
}

#contact,
#tumblr,
#facebook,
#vimeo {
    width: 100px;

    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 999;

    font-size: 11px;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

#contact a,
#tumblr a,
#facebook a,
#vimeo a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #FFF;
    padding: 10px;
    text-shadow: 1px 1px #333;
}


#contact {
    margin-left: -100px;
}

#vimeo {
    margin-left: 0px;
}

#tumblr {
    margin-left: -200px;
}

#facebook {
    margin-left: 100px;
}

#bg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}

#thevid {
    position: relative;
    z-index: 1;
    /*display: none;*/
}


#thevid:-webkit-full-screen  { width: 100% }
#thevid:-moz-full-screen     { width: 100% }
#thevid:-ms-full-screen      { width: 100% }
#thevid:-o-full-screen       { width: 100% }
#thevid:full-screen          { width: 100% }

#thevid.visible {
    display: block;
}

#bg img {
    display: none;
    width: 100%;
    height: 100%;
}

#bg img.hidden {
    display: none;
}

#bg.mobile img {
    display: block;
    position: relative;
    z-index: 10;

}

#bg.mobile:after {
    width: 30px;
    height: 30px;
    border: 5px solid #FFF;
    color: #FFF;
    border-radius: 30px;
    content: '▶';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    text-align: center;
    line-height: 35px;
    z-index: 10;
}

#bg.mobile.video-active:after {
    display: none;
}

#bg.mobile img.hidden {
    display: none;
}

#bg.mobile video {
    display: block;
    position: relative;
    z-index: 9;
}

#bg.mobile video.visible {
    display: block;
}

a {
    display: block;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: 100%;
}