[data-contributor="Betsy Kenyon"] .type {
    overflow: hidden;
    background-image: url('./../images/shelter.png');
    background-size: 120% 90%;
    background-position: 60% -130%;
    background-color: var(--background);
    box-shadow: 0 0 1px #000;
}

[data-contributor="Betsy Kenyon"] .type span {
    z-index: 1;
    position: relative;
    color: #fff;
}

[data-contributor="Betsy Kenyon"]:hover .type,
[data-contributor="Betsy Kenyon"]:focus .type {
    background-color: hsl(232deg 67% 37%);
}