body {
    background-image: url(https://source.unsplash.com/collection/1368747);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.card .image .corner.label {
    display: none;
}

.card:hover .image .corner.label {
    display: block;
}
