body {
  background-image:url(../img/bg.jpg);
  background-size: cover;
  margin: 0;
  overflow:hidden;
}


video { 
    position: absolute;
    top: 50%;
        opacity: 0.24;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}


button:hover{
    background: #C4841C;
}

img {
  display: block;
  width: 100%;
}

.scene {margin-left: -5%;
    margin-top: -1%;
    z-index: -1;
}

.layer:nth-child(1) {
  margin-top: 0px;
  margin-left: -100px;
  height: 100%;
  bottom:0px;
}

.layer:nth-child(1) img {
  width:initial;
  bottom:1px;
  position:absolute;
}
.layer:nth-child(2) {
  margin-left: 19%;
    margin-top: 19%;
}
.layer:nth-child(3) {
  margin-top: 26%;
  margin-left: 12%;
}
.layer:nth-child(4) {
  margin-top: 19%;
  margin-left: 70%;
}
.layer:nth-child(5) {
  margin-top: 26%;
  margin-left: 75%;
}
.layer:nth-child(6) {
  margin-top: 15%;
  margin-left: 41%;
}
.layer:nth-child(7) {
  position:absolute;
  
}
.h1{     width: 250px;
    left: 25px;
    bottom: 12px;
    display: block;
    position: absolute;}
h1{
    color: rgba(255,255,255,0.9);
    font-family: "roboto", sans-serif;
    font-weight: 100;
    position: relative;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}
h1 span{color: rgba(255,255,255,0.7);
font-weight: 400;
}

button{
z-index: 999999;
    background: #F5A623;
    border: 1px solid #C4841C;
    box-shadow: inset 0px -3px 2px 0px rgba(0,0,0,0.14);
    border-radius: 6px;
    padding: 5px 60px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
        margin: 40px 40px 10px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.18);}



.button{background-color: transparent;
    bottom: 0;
    margin: 0 auto;
    position: ABSOLUTE;
    text-align: right;
    width: 100%;
    padding: 10px;}

@media (max-width: 480px) {
    
   .layer:nth-child(6) {
    margin-top: 120px;
    margin-left: 17%;
    width: 230px;
}
    .button{margin: 0;
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
        
    }
    
    button{margin: 0;
        width: 80%;
        padding: 12px;
    }
    
.layer:nth-child(5) {
    margin-top: 388px;
    margin-left: 35%;
    width: 50%;
}
    .layer:nth-child(4) {
    margin-top: 13px;
    margin-left: 23%;
        width: 70%;}
    
    .layer:nth-child(3) {
    margin-top: 320px;
    margin-left: 8%;
}
    
    .layer:nth-child(2) {
    margin-left: 42%;
    margin-top: 60px;
    width: 50%;
}
    
    video{display: none;}


    
            
    
    body{overflow-y: visible;}
    .h1{display: none;}
    
}