.pinterest-item {
    position: relative;
}

.pinterest-item a[data-pin-href] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    opacity: 0;
}

.pinterest-item:hover a[data-pin-href] {
    opacity: 1;
}

.pinterest-wrapper {
    display: contents;
}

.pinterest-wrapper-hide {
    display: none;
}