// Backgorund
@mixin has-background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
