@media screen and (min-width: 500px) {
  body.middle_fixed .stl-middle{
  	position: absolute !important;
    width: 100vw;
  }
}