html > body.path-webform {
  background: url("/sites/default/files/2022-01/contact-ecza.jpg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

body.layout-no-sidebars.path-webform{
background-color: #ededed !important;
}

@media (max-width: 600px) {
  html > body.path-webform {
  background-size: cover !important;
}
}