.stpb-image-wrapper {
    position: relative !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
}
.stpb-pinterest-button {
    position: absolute !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: opacity 0.3s ease !important;
    z-index: 10 !important;
    margin: 0px !important;
}
.stpb-pinterest-button:hover {
    opacity: 1 !important;
}
.stpb-pinterest-button img{
    height: 100% !important;
}