
/* Hide leftover Elementor placeholders + breadcrumbs on the two SEO pages */
body.postid-17755 .related-portfolio-section,
body.postid-17782 .related-portfolio-section,
body.postid-17755 .portfolio-nav-section,
body.postid-17782 .portfolio-nav-section,
body.postid-17755 .page-header,
body.postid-17782 .page-header,
body.postid-17755 .page-title,
body.postid-17782 .page-title,
body.postid-17755 .breadcrumbs-wrap,
body.postid-17782 .breadcrumbs-wrap {
  display: none !important;
}

/* Make the cinematic section span full width but stay inside the content area below header */
body.postid-17755 #wsc-seo,
body.postid-17782 #wsc-seo {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
/* Prevent horizontal scroll from the full-bleed trick */
body.postid-17755,
body.postid-17782 {
  overflow-x: hidden;
}
body.postid-17755 #content-wrap,
body.postid-17782 #content-wrap,
body.postid-17755 .main-content,
body.postid-17782 .main-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-width: 100% !important;
}
