.image-with-text-on-top{position:relative;overflow:hidden;width:100%;height:250px;background-position:50%;background-size:cover}.image-with-text-on-top>.backdrop{display:flex;flex-direction:column;gap:.5rem;width:100%;height:100%;padding:2.5rem 1.75rem;color:#fff;text-align:center;text-transform:uppercase;background-color:rgba(0,0,0,.3);transition:all .3s}.image-with-text-on-top>.backdrop>h3{font-size:1.375rem;font-weight:700;color:#fff}.image-with-text-on-top>.backdrop>hr{width:0;border:2px solid transparent;transition:all .3s}@media (prefers-reduced-motion){.image-with-text-on-top>.backdrop>hr{transition:none}}.image-with-text-on-top>.backdrop>p{transform:translateX(500px);transition:all .3s}@media (prefers-reduced-motion){.image-with-text-on-top>.backdrop>p{transition:none}}.image-with-text-on-top>.backdrop:hover{background-color:rgba(0,0,0,.6)}.image-with-text-on-top>.backdrop:hover>hr{width:100%;border-color:#fff}.image-with-text-on-top>.backdrop:hover>p{transform:none}@media (prefers-reduced-motion){.image-with-text-on-top>.backdrop{transition:none}}.blind-list-card{width:min(370px,100%);height:100%;padding:.5rem;background-color:#fff}.blind-list-card.with-border{border:1px solid #b71c1c}.blind-list-card>figcaption{margin-top:1rem;font-size:1rem;line-height:1.5;text-align:center}