body {
    margin: 0;
    padding: 0;
}

.content {
    margin: 0 0;
    width: 100%;
    padding: 0px 0px;
}

.header-01 {
    position: absolute;
    width: 100%;
    height: 22.1%;
    background: url("header-075.png") repeat;
}

.header-02 {
    position: absolute;
    top: 22%;
    width: 100%;
    height: 4.1%;
    background: url("header-080.png") repeat;
}

.header-03 {
    position: absolute;
    top: 26%;
    width: 100%;
    height: 4.1%;
    background: url("header-080.png") repeat;
}

.header-04 {
    position: absolute;
    top: 30%;
    width: 100%;
    height: 4.1%;
    background: url("header-080.png") repeat;
}

.header-05 {
    position: absolute;
    top: 34%;
    width: 100%;
    height: 4.1%;
    background: url("header-080.png") repeat;
}

.header-02:hover {
    background: url("header-050.png") repeat;
}

.header-03:hover {
    background: url("header-050.png") repeat;
}

.header-04:hover {
    background: url("header-050.png") repeat;
}

.header-05:hover {
    background: url("header-050.png") repeat;
}

.header-06:hover {
    background: url("header-050.png") repeat;
}

.header-07:hover {
    background: url("header-050.png") repeat;
}

.header-08:hover {
    background: url("header-050.png") repeat;
}

.header-09:hover {
    background: url("header-050.png") repeat;
}

.grid {
    position: absolute;
    top: 38%;
    width: 100%;
    height: 42%;
    position: absolute;
    background: transparent url("bg.gif") repeat;
    background-size: 3px 3px
}

.footer {
    position: absolute;
    top: 80%;
    width: 100%;
    height: 20%;
    background: url("footer.png") repeat;
}

p {
    margin: 0 0 0 0;
    font-family: 'Ubuntu';
    font-size: 1.25em;
    line-height: 150%;
    color: #333333
}

.text{
   position: absolute;
   top: 85%;
   left: 20%;
   right: 20%;
}

.data {
   position: absolute;
   top: 38%;
   left: 20%;
   width: 200px;
   height: 200px;
   margin-top: -100px;
   margin-left: -100px;
}

.twitter {
   position: absolute;
   top: 50px;
   right: 100px;
}

.instagram {
   position: absolute;
   top: 50px;
   right: 50px;
}

.fullscreenBackground {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreenBackgroundVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreenBackgroundVideo {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreenBackgroundVideo {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 767px) {
    .fullscreenBackground {
        background: url(‘FlickrWorldMap.jpg') center center;
    }

    .fullscreenBackgroundVideo {
        display: none;
    }
}
