/* svg text fix */
@media (prefers-reduced-motion: no-preference) {
	.main .gallery-item-app-tracking .fontstroke svg {
		min-width: 190px;
	}
}

.main .section-router .links-stacked li:last-child {
	grid-column: initial;
}

/* Start of apps gallery fixes */
.main .section-app-videos .card-gallery .gallery-content-headline {
	padding: 37px 26px 36px 30px;
	max-width: 100%;
}

@media only screen and (max-width: 1068px) {
	.main .section-app-videos .card-gallery .gallery-content-headline {
		padding: 29px 25px;
		max-width: 100%;
	}
}

@media only screen and (max-width: 734px) {
	.main .section-app-videos .card-gallery .gallery-content-headline {
		max-width: 210px;
		padding: 25px 23px;
		max-width: 100%;
	}
}

/* End of apps gallery fixes */

/* latest on privacy gallery */
@media only screen and (min-width: 735px) {
	.main .section-latest .paddlenav {
		display: none;
	}
}
/* 
.gallery-item-hidden-apps .split [data-character] {
	letter-spacing: -0.05em;
}
@media only screen and (max-width: 734px) {
	.gallery-item-hidden-apps .split [data-character] {
		letter-spacing: -0.17em;
	}
} */
