/* Drake Tax Online (/products/drake-tax-online/) responsive overrides.
   Loaded after scraped taxonline.css. Re-declares the mobile hero background
   with the clean Contentful SVG URL (no ?fm=webp&q=75 query string), which the
   SVG asset does not honor and which can degrade rendering below 992px. */

@media (max-width: 991px) {
	.site-shell--drake-web .scraped-page-root.taxonline-page .jumbotron.hero-technology {
		background: url("https://images.ctfassets.net/8ciosupf5c48/3jLTAoWB6L9Q1L2B5TJGoj/da94027d9e2c6502aae2dd37e52528a3/239074bb625c-dto_pc.svg") 0 0/768px no-repeat, 50%;
	}
}

@media (max-width: 767px) {
	.site-shell--drake-web .scraped-page-root.taxonline-page .jumbotron.hero-technology {
		background: url("https://images.ctfassets.net/8ciosupf5c48/3jLTAoWB6L9Q1L2B5TJGoj/da94027d9e2c6502aae2dd37e52528a3/239074bb625c-dto_pc.svg") 0 0/576px no-repeat, lightgray 50%;
	}
}

@media (max-width: 575px) {
	.site-shell--drake-web .scraped-page-root.taxonline-page .jumbotron.hero-technology {
		background: url("https://images.ctfassets.net/8ciosupf5c48/3jLTAoWB6L9Q1L2B5TJGoj/da94027d9e2c6502aae2dd37e52528a3/239074bb625c-dto_pc.svg") 0 0/375px no-repeat, #fff;
	}
}
