img {
	pointer-events: none;
}
.menuList li {
  margin-bottom: 15px;
}

.menuList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 12px;
  padding: 2rem 1rem;
  text-align: left;
}

.menuList li a img {
  width: 100%;
}

body.-m1 .menuList li a {
  background-color: #00A051;
}

body.-m2 .menuList li a {
  background-color: #E83836;
}

body.-m3 .menuList li a {
  background-color: #005DAC;
}
