@media (min-width: 1280px) {
  .record-section--history .record-layout {
    display: block;
    max-width: 1200px;
  }

  .record-section--history .record-side {
    display: none;
  }

  .record-section--history .record-main {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 2rem;
  }

  .record-section--history .record-header--desktop {
    display: block;
    text-align: left;
  }

  .record-section--history .record-header--desktop p {
    margin-left: 0;
    margin-right: 0;
    max-width: 38rem;
  }

  .record-section--history .record-header--mobile {
    display: none;
  }

  .record-section--history .record-history-tail {
    margin-top: 2rem;
    padding-bottom: 0;
  }

  .record-section--history .record-history-tail__image {
    width: 100%;
    max-height: 32rem;
    object-fit: cover;
    object-position: center 42%;
    display: block;
  }
}
