@media only screen and (max-width: 979px) {
  .front .uw-body > .row {
    margin-top: 0;
  }
  #mobile-relative.frontpage .uw-mobile-menu > div > ul .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 11px;
    right: 11px;
    width: 26px;
    height: 23px;
    background: url(assets/svg/uw-sprite.svg) -284px 0 no-repeat rgba(0, 0, 0, 0);
    opacity: .8;
    margin-top: 0;
  }
}
