@media only screen and (min-width: 1069px) {
	.grid-item-app-store .image-apps {
		/*width: 444px;
		height: 407px;*/
	}
}

.grid-item-watch-faces .tile-content {
	align-items: center;
}
.grid-item-watch-faces .tile-header .tile-headline,
.grid-item-watch-faces .tile-header .tile-copy {
	text-align: center;
}
.grid-item-watch-faces .tile-body {
	justify-content: center;
}

@media only screen and (max-width: 734px) {
	.grid-item-watch-faces .tile-header .tile-headline,
	.grid-item-watch-faces .tile-header .tile-copy {
		text-align: left;
	}
	.grid-item-watch-faces .tile-content {
		align-items: initial;
	}
	.grid-item-watch-faces .tile-header {
		align-items: flex-start;
	}
}

.grid-item-bands .tile-body {
	justify-content: end;
}

.grid-item-watch-faces .watch-faces-image {
	width: 829px;
	height: 327px;
}

@media only screen and (max-width: 1068px) {
	.grid-item-watch-faces .watch-faces-image {
		width: 630px;
		height: 249px;
	}
}

@media only screen and (max-width: 734px) {
	.grid-item-watch-faces .watch-faces-image {
		width: 289px;
		height: 407px;
	}
}

@media only screen and (max-width: 734px) {
	.section-routers .router-headline {
		max-width: 260px;
	}
}

.router-get-started .router-headline {
	min-width: 451px;
}

@media only screen and (max-width: 1068px) {
	.router-get-started .router-headline {
		min-width: 280px;
	}
}

@media only screen and (max-width: 734px) {
	.router-get-started .router-headline {
		min-width: unset;
	}
}

.section-shop-apple-watch .product-tile-copy-headline {
    min-width: 327px;
}

@media only screen and (max-width: 1068px) {
    .section-shop-apple-watch .product-tile-copy-headline {
        min-width: 177px;
        margin-left: 6.5px;
        margin-right: 6.5px;
    }
}

@media only screen and (max-width: 734px) {
    .section-shop-apple-watch .product-tile-copy-headline {
        min-width: 130px;
        margin-left: unset;
        margin-right: unset;
    }
}