.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{background-color:var(--c-main);border-radius:var(--radius-lg);display:block;overflow:hidden;position:relative;text-decoration:none}.bird-list a:hover .bird-list__name{background-color:#fffc;color:var(--c-main)}.bird-list img{aspect-ratio:1;display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.bird-list__name{background-color:var(--c-offwhite);color:var(--c-copy);display:block;font-size:.75rem;font-weight:500;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;overflow:hidden;padding:.6rem .5rem;text-align:center;text-overflow:ellipsis;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);width:100%}@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}}
