/* what we're watching fix */

@media only screen and (max-width: 735px) {
	.section-personalize-critics .showcase.critics {
		height: 480px;
	}
}

@media only screen and (max-width: 735px) {
	.section-personalize-critics .showcase.critics .showcase-container {
		height: 390px;
	}
}

/* the apple tv app is everywhere */
@media only screen and (max-width: 735px) {
	.logo.airplay.col {
		justify-content: start;
	}
	#every-screen > div.section-content > div.internal.alt-2025.build-in > div.logo.airplay.col, #every-screen > div.section-content > div.internal.alt-2025.build-in > div.logo.android.col {
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 736px) {
	.section-every-screen .internal.alt-2025 {
		justify-content: center;
		gap: 0 2rem;
	}
}

@media only screen and (min-width: 736px) and (max-width: 1068px) {
	#every-screen > div.section-content > div.internal.alt-2025.build-in > div.logo.airplay.col, #every-screen > div.section-content > div.internal.alt-2025.build-in > div.logo.mac.col, #every-screen > div.section-content > div.internal.alt-2025.build-in > div.logo.android.col {
		margin-bottom: 0;
	}
}

.section-every-screen .internal {
	max-width: unset;
}

.section-every-screen .internal .logo {
	flex-basis: 20%;
}

.section-every-screen .internal .logo.iphone {
	flex-basis: 20%;
}

@media only screen and (max-width: 735px) {
	.section-every-screen .internal .logo {
		flex-basis: 50%;
	}

	.section-every-screen .internal .logo.iphone {
		flex-basis: 50%;
	}
}

@media only screen and (max-width: 735px) {
	.section-every-screen .image-tv-hardware {
		margin-bottom: 75px;
	}
	.section-every-screen .image-container .cta {
		bottom: -70px;
	}
}
