/* General */
.more:after, .icon-after:after {
	top: -0.075em;
}

.icon-wrapper .icon, .icon-wrapper .more:not(.icon-before)::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after, .more::after {
	display: inline-block;
	top: -0.05em;
	position: relative;
}

@media only screen and (max-width: 320px) {
	.xsmall-nowrap {
		display: inline;
		white-space: normal;
	}
}

#whats-new-gallery-item-2 .violator-reduced {
	line-height: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
}

/* Hero */

.page-overview .section-hero .typography-headline-super {
	font-size: 76px;
}

@media only screen and (max-width: 1068px) {
	.page-overview .section-hero .typography-headline-super {
		font-size: 64px;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview .section-hero .typography-headline-super {
		font-size: 48px;
	}
}

@media only screen and (max-width: 1068px) {
	.page-overview .section-hero .hero-headline-wrap {
		margin: 0 50px;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview .section-hero .hero-headline-wrap {
		margin: 0;
	}
}

/* Pencil */
@media only screen and (max-width: 400px) {
	#apple-pencil {
		max-width: 280px;
	}
}

/* tile */
.page-overview .section-routers .tile {
	padding-left: 90px;
	padding-right: 90px;
}

@media only screen and (max-width: 1068px) {
	.page-overview .section-routers .tile {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview .section-routers .tile {
		padding-left: 6.25vw;
		padding-right: 6.25vw;
	}
}

/* animate */
#animate .thumbnail-copy {
	width: auto;
}

@media only screen and (max-width: 1068px) {
	#animate .thumbnail-copy {
		width: 200px;
	}
}
