/*
** .c-header-bg
*/

@media screen and (max-width:959px) {
  .c-header-bg__headline-slug {
    left: calc(65 * 100vw / var(--standard-width));
  }
}


/*
** #machine
** #vehicle
*/

#machine {
  margin-bottom: calc(90 * 100vw / var(--standard-width));
}

#vehicle {
  margin-bottom: calc(30 * 100vw / var(--standard-width));
}

.machine__contents,
.vehicle__contents {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: calc(30 * 100vw / var(--standard-width));
}

.machine__images,
.vehicle__images {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: calc(20 * 100vw / var(--standard-width));
}

.machine__images figcaption,
.vehicle__images figcaption {
  font-weight: 500;
  text-align: center;
  margin-top: calc(5 * 100vw / var(--standard-width));
}
