.navmob {
  height: 100%;
  width: 280px;
  background-color: #29337b;
  left: 0;
  top: 0;
  z-index: 6;
  position: fixed;
  overflow-y: auto;
  overflow-x: visible;
  transform: translate(-280px,0);
  opacity: 1;   
}

.ssm-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  display: none;
  z-index: 5;
}

.is-navOpen{
  overflow: hidden;
}

.navmob {
  color: #fff;
}

.side-lateral ul{
  margin: 20px;
}