.ex-content-page .homepage-custom.hero {
  min-height: 532px;

  &:hover .accent-wrapper .accent {
    left: -80px !important;
  }
  .accent-wrapper .accent {
    left: 0;
    
    &::after {
    	display: none;
    }
  }
}