@media only screen and (min-width: 860px) and (min-width: 1500px) {
.block--lockup {
    padding: 1em 0 1em calc(50% - (750px - 60px));
  }
}