* {
    margin: 0;
    padding: 0;
}

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

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

/** Navigation **/

nav {

}

/** Video **/

#video {
    background-image: url(../video-placeholder.png);  /* Remove this later. */
    background-position: center center;  /* Remove this later. */
    background-size: cover;  /* Remove this later. */
    height: 100%;
    width: 100%;
    z-index: 0;
}

/** Map **/

#map {

}

/** Artist Information **/

#artist-info {

}