.igui_image {
  @include stretch();
  background-size: cover;
  background-position: center;

  &:after {
    content: '';
    background-color: rgba(0, 0, 0, .5);
    @include stretch();
  }
}