/*Local fixes*/
/* Value props */
.section-overview-routers .router-content:nth-child(2n) {
	padding-left: 0px;
}

/* all screen design copy fix */
@media only screen and (max-width: 734px) {
	.section-design .section-headline {
		padding-right: 20px;
	}
}

/* USB-C */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	html.no-enhanced .section-pencil-keyboard .subsection-usbc .picture-wrapper-base {
		margin-top: -118px;
	}
}

@media only screen and (max-width: 734px) {
	html.no-enhanced .section-pencil-keyboard .subsection-usbc .picture-wrapper-base {
		margin-top: -115px;
	}
}

@media only screen and (min-width: 1069px) {
	html.no-enhanced .section-pencil-keyboard .subsection-usbc .snipe-connect {
		top: 910px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	html.no-enhanced .section-pencil-keyboard .subsection-usbc .snipe-connect {
		top: 750px;
		left: 196px;
	}
}

@media only screen and (max-width: 734px) {
	html.no-enhanced .section-pencil-keyboard .subsection-usbc .snipe-connect {
		top: 572px;
	}
}
