/* Devices */
.section-every-screen .device-lockup .icon, .section-every-screen .device-lockup .icon.sony-lockup, .section-every-screen .device-lockup .icon.samsung-lockup {
	padding: 0 40px;
	margin-left: 0;
	margin-right: 0;
}

.section-every-screen .device-lockup {
	justify-content: center;
}
@media only screen and (max-width: 1068px) {
	.section-every-screen .device-lockup .icon, .section-every-screen .device-lockup .icon.sony-lockup, .section-every-screen .device-lockup .icon.samsung-lockup {
		padding: 0 30px;
	}
	.section-every-screen .device-lockup {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 734px) {
	.section-every-screen .device-lockup .icon, .section-every-screen .device-lockup .icon.sony-lockup, .section-every-screen .device-lockup .icon.samsung-lockup {
		padding: 0 10px;
	}
}
/* END Devices */

/* 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%;
	}
}
