/* LOCAL EDITS */

/* hero design section */
@media only screen and (min-width: 1069px) {
	.section-design .subsection-design-hero .heart-bubble-wrapper {
		bottom: 40px;
		right: 0;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-design .subsection-design-hero .heart-bubble-wrapper {
		bottom: 40px;
		right: 10px;
	}
}

@media only screen and (max-width: 734px) {
	.section-design .subsection-design-hero .heart-bubble-wrapper {
		right: 20px;
	}
}

/* sticky content figcap */
@media screen only and (min-width: 1069px) {
	.section-design .subsection-design-finishes .design-finishes-figcaption {
		right: -17px;
		width: 99px;
	}
}

@media screen only and (max-width: 1068px) {
	.section-design .subsection-design-finishes .design-finishes-figcaption {
		right: -10px;
	}
}

/* environment tile */
.section-routers .router-item-environment .accent-green:before {
	background-size: 160px 48px;
	width: 160px;
}

@media only screen and (max-width: 1068px) {
	.section-routers .router-item-environment .accent-green:before {
		background-size: 136px 41px;
		width: 136px;
	}
}

@media only screen and (max-width: 734px) {
	.section-routers .router-item-environment .accent-green:before {
		background-size: 109px 34px;
		width: 109px;
	}
}
