.pinterest-item {
    position: relative;
}

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

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

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

.pinterest-wrapper-show {
   display: contents;
}