/* Duda's data-dm-multisize-attr images on blog. The server HTML ships a
   -640w placeholder and Duda's runtime swaps in a larger variant once it
   knows the device — -800w here, measured off the live site. Applied
   as CSS so it does not depend on JavaScript or on how far the page
   scrolled. Loaded last so it wins over the inline placeholder.

   Per page because Duda's u_ classes are only unique within a page.

   Keys that look like u_<id> are multisize elements and get a class
   selector; anything else is already a selector (the blog cards, keyed
   by their post alias). */
@media (min-width: 768px) and (max-width: 1024px){
a[data-blog-post-alias="cut-it-out-10-signs-it-s-time-to-get-rid-of-that-tree-in-your-yard"] .blogImg{background-image:url("/images/professional-tree-removal-service-in-yakima-wa-1280w.jpg")!important}
a[data-blog-post-alias="get-your-trees-looking-their-best-the-benefits-of-regular-tree-trimming"] .blogImg{background-image:url("/images/yakima-wa-tree-trimming-services-1280w.jpg")!important}
a[data-blog-post-alias="how-to-minimize-environmental-damage-when-clearing-your-land-why-you-should-hire-professionals"] .blogImg{background-image:url("/images/professional-land-clearing-service-yakima-wa-1280w.jpg")!important}
a[data-blog-post-alias="the-perils-of-do-it-yourself-stump-removal-why-you-should-always-leave-it-to-the-professionals"] .blogImg{background-image:url("/images/professional-stump-removal-service-yakima-wa-1280w.jpg")!important}
a[data-blog-post-alias="when-trees-become-threats-what-every-yakima-homeowner-needs-to-know"] .blogImg{background-image:url("/images/protecting-your-yakima-home-from-tree-hazards-1280w.jpg")!important}
a[data-blog-post-alias="why-regular-tree-trimming-matters-for-property-safety-in-yakima-wa"] .blogImg{background-image:url("/images/176c8af0-4bb8-4130-a146-4b156fffaa6d-1280w.png")!important}
}
