section{width:100%;height:100vh}.intro,.outro{background-color:#000;color:#fff;display:flex;justify-content:center;align-items:center}.intro h1,.outro h1{font-size:6rem}.sticky{position:relative;perspective:1000px;perspective-origin:left center}.sticky .sticky-col{position:absolute;top:50%;transform:translateY(-50%);width:100%;padding:1rem;display:flex;z-index:2}.sticky .intro-col{display:flex;flex:1}.sticky .intro-col p{flex:1;color:#fff;text-transform:uppercase}.sticky .intro-col p span{display:inline-block}.sticky .intro-col:nth-child(2) p{text-align:right}.sticky-img{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.sticky-img.img-2{clip-path:polygon(40% 25%,60% 25%,60% 75%,40% 75%)}.sticky-img.img-3{clip-path:polygon(50% 25%,50% 25%,50% 75%,50% 75%)}.sticky-img.img-3 img{transform-origin:bottom center;transform:scale(3)}.sticky .copy{position:absolute;width:50%;top:50%;left:50%;transform-origin:top left;transform:translate(-50%,-50%) rotateY(75deg) scale(.6);opacity:0}.sticky .copy h1{color:#fff;font-size:3vw;text-align:center}