@media only screen and (min-width: 1500px) {
.stanford-subsite .section-callout-filmstrip.header-to-top .section-header {
    padding-left: calc(50% - (750px - 320px));
    padding-right: calc(50% - (750px - 60px));
}
}

@media only screen and (max-width: 1499px) and (min-width: 1024px) {
.section-callout-filmstrip.header-to-top .section-header {
  padding-left: calc(((50% /12) * 0) + 280px);
  padding-right: calc(((50% /12) * 0) + 50px);
}
}

