body {
	margin:0 auto;}
	
#de {position: absolute;    margin: auto;    top: 0;    left: 300px;    right: 0;		bottom: 0; width:70px;}
#rs {position: absolute;    margin: auto;    top: 0;    left: 0;		right: 0;		bottom: 0;}
#uk {position: absolute;    margin: auto;    top: 0;    left: 0;		right: 300px;	bottom: 0; width:70px;}

#de:hover{opacity:0.7;}
#rs:hover{opacity:0.7;}
#uk:hover{opacity:0.7;}


.large-header {
  position: relative;
  width: 100%;
  background: #111;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.demo .large-header {
  background-image: url(demo-bg.jpg);
  height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-title {
  position: absolute;
  margin: 0;
  padding: 0;
  color: #F9F1E9;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.demo .main-title {
  text-transform: uppercase;
  font-size: 4.2em;
  letter-spacing: 0.1em;
}

.main-title .thin {
  font-weight: 200;
}

@media only screen and (max-width: 768px) {
  .demo .main-title {
    font-size: 3em;
  }
.demo .large-header {
background-position: right;
	}
}


@media only screen and (max-width: 468px) {
.demo .large-header {
background-position: right;
	}
}