* {
  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; */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */	
}

.menuSwipe::-webkit-scrollbar {
     width: 0;
    height: 0;
}

.menuSwipe: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%;
}