.contentMenu{display:block; height:100%; min-height: 120vh;    }
.menu{display:block;}
.triangolino {width: 0; height: 0; border-left: 10px solid transparent;  border-right: 10px solid transparent; border-bottom: 10px solid #1e222b; position: absolute; top: -10px; right: 10%; transform: translateX(-50%);}
#menus{position: relative;    z-index: 9999;   cursor: pointer; }
#contMenu{position: absolute;  height: 100vh;   z-index: 9999; display: none; }
@media(max-width:768px) {
#contMenu{display: none;  -webkit-overflow-scrolling: touch; /* per iPhone */ }
#pages{width: 100% !important; }
}