    .storeLink {
        position: relative;
        display: inline-block;
        width: 175px;
        height: 75px;
        border-radius: 16px;
        overflow: hidden;
    }
    .storeLink > img {
        --width: 100%;
        position: absolute;
        width: var(--width);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
