.machines-new-block[hidden] {
  display: none !important;
}

.machines-reference-only {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f3f7fa;
}

.machines-reference-only__inner {
  position: relative;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.machines-reference-only__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.machines-reference-only__cta {
  position: absolute;
  z-index: 2;
  right: 4.2%;
  bottom: 11.2%;
  width: 25.5%;
  height: 7.2%;
  border-radius: 7px;
}

.machines-reference-only__cta:focus-visible {
  outline: 3px solid #ff6427;
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .machines-reference-only__inner {
    width: 100%;
  }
}
