@media (min-width: 0px) {
  .header {
     perspective:500px;
    -webkit-perspective:500px;
    -moz-perspective:500px;
    
    perspective-origin:center 400px ;
    -webkit-perspective-origin:center 400px;
    -moz-perspective-origin:center 400px;
    
    transform-style:preserve-3d;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    
  }
 /* #wall{
      margin-top: -330px !important;
  }*/
}
/*
@media (min-width: 700px) {
  .header {
    perspective: 1000px;
    -webkit-perspective:1000px;
    -moz-perspective:1000px;
    perspective:1000px;
    -webkit-perspective-origin:center 400px ;
    -moz-perspective-origin:center 400px ;
    perspective-origin:center 400px ;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    transform-style:preserve-3d;
  }
    #wall{
      margin-top: -240px !important;
  }
}
@media (min-width: 1200px) {
  .header {
    perspective: 1800px;
    -webkit-perspective:1800px;
    -moz-perspective:1800px;
    perspective:1800px;
    -webkit-perspective-origin:center 400px ;
    -moz-perspective-origin:center 400px /;
    perspective-origin:center 400px ;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    transform-style:preserve-3d;
  }
}
@media (min-width: 1600px) {
  .header {
    perspective: 2000px;
    -webkit-perspective:2000px;
    -moz-perspective:2000px;
    perspective:2000px;
    -webkit-perspective-origin:center 600px ;
    -moz-perspective-origin:center 600px ;
    perspective-origin:center 600px;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    transform-style:preserve-3d;
  }
}
*/


.header {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 200px;
  height: 400px!important;
  color: #ccc;
  z-index: 5;
  font-size: 20px;
  letter-spacing: 0.25em;
  text-align: center;
  margin:0;
  margin-top: -20px;
  padding:0;
  background-color:#0C1D37;
  overflow:hidden!important;
  -webkit-transform:translateZ(-0.0001em);
}

@media (max-width: 749px) {
  .header {height: 320px!important;}
}

@media (min-width: 750px) and (max-width: 1200px) {
  .header {height: 400px!important;}
}
@media (min-width: 1201px) {
  .header {height: 400px!important;}
}

.wall_gdrt{
  background: rgb(12,29,55);
  background: -moz-linear-gradient(90deg, rgba(12,29,55,1) 0%, rgba(12,29,55,0.9) 10%, rgba(12,29,55,0.8) 40%, rgba(12,29,55,0.4) 100%);
  background: -webkit-linear-gradient(90deg, rgba(12,29,55,1) 0%, rgba(12,29,55,0.9) 10%, rgba(12,29,55,0.8) 40%, rgba(12,29,55,0.4) 100%);
  background: linear-gradient(90deg, rgba(12,29,55,1) 0%, rgba(12,29,55,0.9) 10%, rgba(12,29,55,0.8) 40%, rgba(12,29,55,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c1d37",endColorstr="#0c1d37",GradientType=1);
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 199;
  /*-webkit-transform: translateZ(60em);*/
  overflow: hidden;
    /*-webkit-transform:translate3d(0em,-0.1em,0em);*/
/*    -webkit-transform: translateZ(-0.1em);*/
  transform-style: flat;
  /*-webkit-transform:translateZ(20em);*/
} 

#wall {
  position: relative;
  z-index: 10;
  transform-origin: right baseline;
  transform: rotateY(-30deg) translateX(-2000px);
  width: 100%;
  /*transform: translateZ(-0.01em);*/
  /*-webkit-transform:translate3d(0,0,0);*/
  height: 100%;
  margin-top: -240px;
  -webkit-animation: 10s linear move;
          animation: 10s linear move;
}
.wall_title{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: fixed;
  margin: 60px 0;
  /*margin-top: -100px;*/
  padding: 0;
  z-index: 1000;
  color: #FFFFFF!important;
 /* transform: translateZ(61em);*/
}
.wall_title h1{
      color: #FFFFFF!important;
}
.wall_title h2{
  font-size: 27px;
    color: #FFFFFF!important;
    font-family: "Lexend", Sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7em;
    letter-spacing: -0.6px;
    word-spacing: 2px;
    margin-top: 25px;
}
#wall .row {
  position: relative;
  display: flex;
  height: 150px;
  margin-bottom: 10px;
  z-index: 10;
}
#wall .row:nth-child(even) {margin-left: 30px}
#wall .row img {
  height: 100%;
  margin: 5px;
  border-radius: 8px;
  position: relative;
  z-index: 10;

}
#wall .row .frame {
  position: relative;
  height: 100%;
  display: contents;
  z-index: 10;
    overflow: hidden;
}