/* Mobile backgrounds only. Content, type, layout and controls stay in existing stylesheets. */
@media (max-width: 767px) {
  .history-body .history-page {
    background: linear-gradient(rgba(2,5,6,0.22), rgba(2,5,6,0.22)), url("images/history-mobile-background-v1.png") center top / 100% auto no-repeat, #050708 !important;
  }
  .bylaws-body .bylaws-page {
    background: linear-gradient(rgba(2,5,6,0.2), rgba(2,5,6,0.2)), url("images/bylaws-mobile-background-v1.png") center top / 100% auto no-repeat, #050708 !important;
  }
  .nomination-body .nomination-page {
    background: linear-gradient(rgba(2,5,6,0.26), rgba(2,5,6,0.26)), url("images/nomination-mobile-background-v1.png") center top / 100% auto no-repeat, #050708 !important;
  }
  .ceremony-body .ceremony-page {
    background: linear-gradient(rgba(2,5,6,0.2), rgba(2,5,6,0.2)), url("images/ceremony-mobile-background-v1.png") center top / 100% auto no-repeat, #050708 !important;
  }
  .board-members-body .board-page {
    background: linear-gradient(rgba(2,5,6,0.58), rgba(2,5,6,0.58)), url("images/history-mobile-background-v1.png") center top / 100% auto no-repeat, #050708 !important;
  }
  .links-body .links-page {
    background: linear-gradient(rgba(2,5,6,0.22), rgba(2,5,6,0.22)), url("images/sponsors-mobile-background-v1.png") center top / 100% auto no-repeat, #050708 !important;
  }
}
