.workpage-background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:-1}.workpage-layout{flex-direction:column}.work-display,.workpage-layout{display:flex;justify-content:center;align-items:center}.work-display{height:75vh;width:100%;margin:2rem 0;background-color:#000;animation:autoFade linear both;animation-timeline:view()}.autoshow{animation:autoShow both;animation-timeline:view(70%,5%)}@keyframes autoFade{0%{color:#000;background-color:transparent}20%{background-color:transparent;color:#000}45%,50%{background-color:#000;color:#fff}75%{background-color:transparent;color:#000}to{background-color:transparent;color:#000}}@keyframes autoShow{0%{opacity:0;transform:translateY(200px) scale(.3)}to{opacity:1;transform:translateY(0) scale(1)}}