.img_container{
    position: relative;
}

.black-layer{
    width: 100%;
    height: 100%;
    position: static;
    z-index: 99999;
    top: 0px;
    left: 0px;
    text-shadow: 0 0 white;
    background-image: url('static/img/layer.png');
}
@media screen and (max-width:760px){
  .black-layer{
    width: 100%;
    height: 100%;
    position: static;
    z-index: 99999;
    top: 0px;
    left: 0px;
    text-shadow: 0 0 white;
    background-image: url('static/img/layer.png');
  }
}

.button_header{
  position: absolute;
  bottom: -35px;
  left: 60px;
}
@media screen and (max-width:760px){
  .button_header{
    bottom: 1px;


  }
}
.video-bg {
   filter: brightness(70%);
}

.button_inner1{
    position: relative;
    bottom: 88px;
    z-index: 9999;
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    left: 45px;
    transform:none !important;
    }
 @media screen and (max-width:760px){
   .button_inner1{
     bottom: 50px;
     transform:none !important;
   }
 }




.button_inner2{
    position: relative;
    bottom: 90px;
    z-index: 9999;
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    left: 40px;
}

.store-split>div{
    width: auto;
}


