* { margin: 0; padding: 0; }
html {
    overflow-x: hidden; 
}
body {
    background: url("/images/bg.jpg") top center no-repeat;
    background-size: cover;
}
h1.logo {
    background: url("/images/logo.png") top center no-repeat;
    text-indent: -9999px;
    width: 42.39583vw; 
    height: 23.8021vw;
    margin: 10px auto;
    background-size: cover;
}
.shadow-photo {
    border: solid 1px #666666;
    box-shadow: 0 0 15px #000000;
}
.shadow-text {
    text-shadow: #000000 0 0 10px;
}
#url {
    position: absolute;
    left: -9999px;
}