﻿body {
    margin: 0; overflow:hidden;
}
html, body {
    height: 100%;
}

video {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
}
.desktop-bg {min-width: 100%;min-height: 100%;position: fixed;right: 0;bottom: 0;top: 0;left: 0; background: url('../images/bg.jpg');background-size: cover;background-position: center;}
.desktop-wrapper {}
.mobile-wrapper {max-width:100%; min-height:100%; position:relative;}
.mobile-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('../images/amsterdam2.gif');
    background-size: cover;
    background-position: center;
}

img.logo {position:absolute; top:50%; left:50%; width:26em; margin-left:-13em; margin-top:-11em;cursor:pointer;}
img.enter {position:absolute; top:50%; left:50%; width:160px; margin-left:-80px; margin-top:7em;cursor:pointer;}

@media (max-width:1000px) {
    .hide-mobile {display:none;}
}
@media (min-width:1000px) {
    .hide-desktop {display:none;}
}