@media only screen and (max-width: 991px) {
  .menu-item--sub > div span {
    height: 100%;
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    width: 40px;
  }
}
