:root
		{
			--sticky-footer-background: linear-gradient(180deg, #5C5C5C 0%, #000 100%)
			;
		}
		.desktop-only {
			display: none;
		}

		@media screen and(min-width: 768px) {
			.desktop-only {
				display: inline;
				text-transform: capitalize;
			}
		}