* {
  margin: 0;
}

.menuSwipe {
	display: flex;
	align-items: center;
	overflow-y: hidden;
	width: 100%;
	height: auto;
	/* max-height: 100vh; */
	/*background-color: #EFF4DC; */
	/* box-shadow: 0 0 3px #a2b069; */
	box-sizing: content-box;
	padding: 5px 0 10px 0;
	/*box-shadow: 0 0 4px #D4DBBC; */
}

.menuSwipe:after { 
    position: fixed; 
    top: 0; 
    right: 0; 
    height: inherit; 
    max-height: inherit; 
    left: 0; 
    box-shadow: unset; 
    pointer-events: none; 
    content: '' 
}

.menuSwipe2 {
	align-items: center;
	overflow-x: hidden;
	width: 100%;
	height: 73vh;
	/* max-height: 100vh; */
	/* background-color: #EFF4DC; */
	/* box-shadow: 0 0 3px #a2b069; */
	box-sizing: content-box;
	padding: 5px 0 10px 10px;
	/* box-shadow: 0 0 4px #D4DBBC; */
	font-size: 15px;
	line-height: 35px;
	scrollbar-width: none;
}

.menuSwipe2:after { 
    position: fixed; 
    top: 0; 
    right: 0; 
    height: inherit; 
    max-height: inherit; 
    left: 0; 
    box-shadow: unset; 
    pointer-events: none; 
    content: '' 
}


.menuSwipe div {
  /* min-width: 100%; */
  width: 40vw;
}

.menuSwipe span {
  width: 100%;
}