#shadow{
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}


section{
  position: relative;
  width: 100#;
  min-height: :100vh;
  background: url(../../img/show/3.jpg);
}

section::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/show/8.jpg);
  background-size: 1800px;
  background-position: center;
  mix-blend-mode: screen;
}
