@media (max-width: 760px) {
  .hero-proof {
    position: absolute;
    left: 7vw;
    bottom: 20px;
    margin: 0 !important;
    max-width: 100%;
    padding: 8px 10px;
    background: rgba(16, 19, 19, .78);
    backdrop-filter: blur(5px);
  }

  .hero-stat { display: none; }
}
