/*
 * Keep the labelled monitor row outside the visible footer crop on wide
 * screens. The footer content and its mobile/tablet layout remain unchanged.
 */
@media (min-width: 1600px) {
	body.n30n-gaming-theme #footer::before {
		background-size: auto, auto, auto 225%;
	}
}
