/* On desktop, category/section-page heroes used a different crop of the same
   background photo (position:0px -145px, size:100% auto) than Home
   (position:50% 90%, size:cover). Match Home's framing so it's the same part
   of the picture everywhere. Desktop only (>=1025px) - tablet/mobile
   intentionally use a different, smaller image file and are left alone. */
@media (min-width: 1025px) {
.elementor-element-d4c716a,
.elementor-element-7044a33,
.elementor-element-0d1a038,
.elementor-element-61587af,
.elementor-element-12b806a {
	background-position: 50% 90% !important;
	background-size: cover !important;
}
}
