.content-gallerys{min-height:0}.content-gallerys .content-padding{padding-top:0}.gallerys{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}.artworks .__gallery{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.artworks .__gallery img{animation:slideInUp;animation-duration:1s;border-radius:.75rem;box-shadow:0 2px 6px rgba(0,0,0,.2);height:auto;max-width:150px!important;object-fit:cover;width:100%}.emotes .__gallery{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.emotes .__gallery img{animation:slideInUp;animation-duration:1s;border-radius:.75rem;box-shadow:0 2px 6px rgba(0,0,0,.2);height:120px!important;max-width:120px!important;object-fit:cover;transition:all .5s ease}.emotes .__gallery img:hover{transform:scale(1.1)}@media (max-width:768px){.gallerys{display:grid;grid-template-columns:repeat(1,1fr)}}