.hero__visual {
  background-image:
    linear-gradient(90deg, rgba(236, 234, 228, 0.08), transparent 18%),
    url('../img/hero-metal-v2.webp?v=5');
  background-size: cover;
  background-position: center;
}

@media (max-width: 860px) {
  .hero__visual {
    background-size: cover;
    background-position: center;
  }
}
