@mixin backgroundImage($path) {
  background-image: url($path);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
}
