/*Rg*/
@media screen and (max-width:3000px){
.bgImaging,.bgImage {
  width: 100%;
  height: 0;padding-top:calc(125%/3);
  position: relative;
  z-index: 2;
}
 .bgImaging div,.bgImage div {
  height: 100%;
  width: 100%;
  background-size: 100%;background-repeat:no-repeat;
  background-position: center center;background-color: rgba(0,0,0, 0.4);
    background-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
}



/*.demo01{background:url("../img/index01_L.jpg") no-repeat;height:100vh;background-color: rgba(0,0,0, 0.4);
    background-blend-mode: overlay;}

.demo02{background:url("../img/index02_L.jpg") no-repeat;height:100vh;background-color: rgba(0,0,0, 0.4);
    background-blend-mode: overlay;}

.demo03{background:url("../img/index03_L.jpg") no-repeat;height:100vh;background-color: rgba(0,0,0, 0.4);
    background-blend-mode: overlay;}*/

}

@media screen and (max-width:768px){
.bgImaging, .bgImage {
  width: 100%;
  height: 0;padding-top:calc(1000%/8);
  position: relative;
  z-index: 2;
}
 .bgImaging div, .bgImage div {
  height: 100%;
  width: 100%;
  background-size: 100%;background-repeat:no-repeat;
  background-position: center center;background-color: rgba(0,0,0, 0.4);
    background-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
}


/*.demo01{background:url("../img/index01_s.jpg") no-repeat;background-color: rgba(0,0,0, 0.4);
    background-blend-mode: overlay;}

.demo02{background:url("../img/index02_s.jpg") no-repeat;background-color: rgba(0,0,0, 0.4);
    background-blend-mode: overlay;}

.demo03{background:url("../img/index03_s.jpg") no-repeat;background-color: rgba(0,0,0, 0.4);
    background-blend-mode: overlay;}*/

}