/* Fix: .page class collision on side project pages */
body.page-id-32493,
body.page-id-32984,
body.page-id-32492 {
  max-width: none !important;
  width: 100% !important;
  overflow-x: hidden;
}