@media only screen and (max-width: 480px) {
  .t3-sl-roof.t3-sl {
    display: none;
  }
  .qx-adjust-padding-xs {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .qx-parallax-bg {
    background-attachment: inherit;
  }
  .qx_screen_custom {
    background-image: none !important;
  }
  .t3-mainbody {
    padding: 45px 15px;
  }
}