body{ #start{ width: 100%; height: 100%; } #page-wrapper.blog{ #start{ height: calc(100% - 5rem); position: fixed; top: 100vh; left: 0; } } #page-wrapper.down{ #start{ top: 5rem; } #items{ .card{ animation: showcard 1.5s 2.5s ease forwards; } } } } #items{ .full-works{ width: 100%; margin-top: 30px; } .card{ opacity: 0; margin-bottom: 10px; min-width: 200px; } }