/* Show display headings in full.
   Large section titles live in a .pxl-container-top whose ::after paints an
   80px dark bar at the bottom (just a divider line on dark bg) that COVERS the
   lower part of the big title. Lift the title above that bar, and relax the
   overflow:hidden the reveal-animation adds. */
.pxl-container-top{overflow:visible}
.pxl-container-top::after{z-index:0}
.pxl-container-top .pxl-post--title,
.pxl-container-top .pxl-item--title,
.pxl-container-top > .pxl-heading,
.pxl-container-top .pxl-heading .pxl-item--title{position:relative;z-index:2}
.pxl-post--title,
.pxl-post--title > a,
.pxl-heading .pxl-item--title,
.pxl-split-text,
.pxl-split-text > div{overflow:visible !important}
