.desk255 {
	display: none;
	justify-content: center;
}

.desk256 {
	position: fixed;
	bottom: 0;
	background-color: #EDEDED;
	width: 95%;
	height: 60px;
	border-radius: 10px 10px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.desk257 {
	margin: 10px;
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.desk258 img {
	width: 25px;
	height: 25px;
}

@media (min-width: 321px) and (max-width: 480px) {
	.desk255 {
		display: flex;
	}
}
