/*.dish {
	position: relative;
}

.dish:after {
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: 0;
	right: 0;
	background-size: contain;
}

.dish.bones:after {
	background-image: url('../icons/bones.png');
}

.dish.vegan:after {
	background-image: url('../icons/vegan.png');
}

.dish.vegetarian:after {
	background-image: url('../icons/vegetarian.png');
}

.dish.spicy:after {
	background-image: url('../icons/spicy.png');
}
*/

.menu-container {
	position: relative;
}

.menu-id {
	position: absolute;
	top: -14rem;
}