.bird-list{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:1rem;gap:1.5rem}.bird-list li{display:block;grid-column:span 3;transition:all .5s cubic-bezier(.86,0,.07,1)}.bird-list a{display:block;text-decoration:none;border-radius:var(--radius-lg);background-color:var(--c-main);position:relative;overflow:hidden}.bird-list a:hover .bird-list__name{color:var(--c-main);background-color:#fffc}.bird-list img{display:block;width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;height:auto}.bird-list__name{width:100%;display:block;overflow:hidden;text-overflow:ellipsis;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;padding:.6rem .5rem;color:var(--c-copy);text-align:center;font-size:.75rem;font-weight:500;background-color:var(--c-offwhite);transition:background-color .3s cubic-bezier(.075,.82,.165,1),color .3s cubic-bezier(.075,.82,.165,1),padding .3s cubic-bezier(.075,.82,.165,1)}@media screen and (min-width:1300px){.bird-list li{grid-column:span 2}}@media screen and (max-width:850px){.bird-list li{grid-column:span 4}}@media screen and (max-width:550px){.bird-list{row-gap:1rem}.bird-list li{grid-column:span 6}}
