.pibfi_pinterest .xc_pin {
    display: block !important;
    margin: 0 auto !important;
    position: relative !important;
}
.pibfi_pinterest:hover img {
    opacity: 1 !important;
    transition: opacity 1s ease-out 0s !important;
}
.pibfi_pinterest {
    display: inline !important;
}
.pinthis {
    background: linear-gradient(to bottom, #fafafa 0px, #f4f4f4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04), 0 1px 0 0 #fff inset;
    max-width: 95% !important;;
    padding: 20px;
}
.pibfi_pinterest .xc_pin {
    margin: -125px auto 0 !important;
}
.pibfi_pinterest .xc_pin {
    background-image: url("http://thedessertangel.com/wp-content/uploads/2014/09/pin-it-button.png");
    background-size: 100% 100%;
    float: right;
    height: 100px;
    left: -30px;
    top: -15px;
    width: 111px;
}

@media all and (max-width: 768px) {
.pibfi_pinterest .xc_pin {
    height: 70px;
    left: -10px;
    top: -15px;
    width: 78px;
}
.pibfi_pinterest .xc_pin {
    margin: -97px auto 0 !important;
}
}
@media all and (max-width: 480px) {
.pibfi_pinterest .xc_pin {
    height: 70px;
    left: 0px;
    top: -10px;
    width: 78px;
}
}

