#no_slide { background-image: url('../images/eastern-food-dinner-table.jpg'); }
.menu-container {
	width: 80%;
	display: flex;
	gap: 30px 0px;
	align-items: flex-start;
	justify-content: center;
	margin: 1px auto 1em auto;
	flex-wrap: wrap;
}
.menu-container LI {
	flex: 1;
	padding: 0px 10px;
	margin-top: 10px;
	min-height: 450px;
	position: relative;
	text-align: center;
	border-bottom: 1px dashed #AAAAAA;
}
.menu-container LI IMG {
    width: 300px;
	min-width: 300px;
	min-height: 300px;
	border-radius: 12px;
	border: 1px #FFF solid;
}
.menu-container LI EM {
    color: #FFFFFF;
    margin-top: 7px;
    font-size: 1.3em;
    font-weight: bold;
    font-style: normal;
    font-family: 'poiretone';
    display: block;
}
.menu-container LI P { color: #BBBBBB; font-size: 0.9em; }
.menu-container LI SPAN {
    width: 100%;
    color: gold;
    bottom: 5px;
    position: absolute;
    font-weight: bold;
    font-style: italic;
    font-size: 1.1em;
    right: 0;
}