.blackline-filler-up {
  width: 100%;
  height: 80px;
  display: block;
  position: absolute;
  top: -2.2rem;
  left: 0;
  background-image: url(/images/blackline-filler.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}

.blackline-filler-down {
  width: 100%;
  height: 80px;
  display: block;
  position: absolute;
  top: -3rem;
  left: 0;
  background-image: url(/images/blackline-filler.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}

/*--------- css Move ----------*/

@media (min-width: 1025px) {
  #elementor-device-mode:after {
    content: "desktop";
    display: none;
  }
}

@media (min-width: -1) {
  #elementor-device-mode:after {
    content: "widescreen";
    display: none;
  }
}

@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "laptop";
    content: "tablet_extra";
    display: none;
  }
}

@media (max-width: 1024px) {
  #elementor-device-mode:after {
    content: "tablet";
    display: none;
  }
}

@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "mobile_extra";
    display: none;
  }
}
