/* every screen is a TV screen section fix */
.section-every-screen .device-lockup {
	justify-content: center;
}
@media only screen and (min-width: 1069px) {
	.section-every-screen .device-lockup .icon {
		padding: 0 35px;
	}
}
