#desktop-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 25px;
	display: flex;
	gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
	flex-wrap: wrap;
    align-content: flex-start;
}

#desktop-overlay a.desktop-icon {
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-direction: column;
}

#desktop-overlay a.desktop-icon img {
	height: 75px;
	width: 75px;
	margin-bottom: 10px;
}

#desktop-overlay a.desktop-icon span {
	color: white;
	text-align: center;
}