/* Switch to desktop background image for screens wider than 1780px */
@media screen and (min-width: 1780px) {
 .header {
  background: url(https://40aprons.com/wp-content/uploads/2024/01/auction-site-heaader-updatedsize.png) no-repeat top center !important;
  }
}

/* Switch to mid-sized background image for screens wider than 1243 but narrower than 1780px */
@media screen and (max-width: 1779px) and (min-width: 1243px) {
 .header {
  background: url(https://40aprons.com/wp-content/uploads/2024/01/midsized-background.png) no-repeat top center !important;
  background-size: cover !important;
  }
}