@keyframes skeleton{0%{background-color:#ddd}to{background-color:#eee}}.skeleton{width:100%;height:100%;animation:1s linear infinite alternate skeleton}.skeletonGalleryItem--img{width:378px;height:300px}.skeletonGalleryItem--description{flex-direction:column;justify-content:space-around;align-items:flex-start;width:378px;height:110px;display:flex}.skeletonGalleryItem--description h2{width:80%;height:20px}.skeletonGalleryItem--description span{width:50%;height:20px}.skeletonGalleryItems{grid-template-columns:repeat(auto-fill,378px);gap:1rem;display:grid}.skeletonGalleryNav{flex-flow:wrap;justify-items:center;gap:20px;margin-bottom:10px;display:flex}.skeletonGalleryNavItem{border-radius:3rem;width:75px;height:36px}.skeletonGalleryBackNav{width:100%;max-width:250px;height:70px;margin-bottom:10px}.skeletonGalleryContainer{flex-direction:column;align-items:center;gap:10px;min-height:100%;padding:8rem 1rem 1rem;display:flex}@media screen and (min-width:768px){.skeletonGalleryContainer{padding:10rem 7rem}.skeletonGalleryItems{grid-template-columns:repeat(2,378px)}}@media screen and (min-width:1024px){.skeletonGalleryContainer{padding-top:15rem}.skeletonGalleryItems{grid-template-columns:repeat(3,378px)}}
