.hover-pinterest {
display: none;
position: absolute;
top: 20px;
left: 20px;
transition: opacity .3s ease-in-out;
z-index: 999;
background: url('https://busybuthealthy.com/wp-content/uploads/2019/07/47c9900ae893cbed1e1599ab9c8bcb18-pinterest-icon-logo-by-vexels.png') no-repeat 0 0;
background-size: 48px 48px;
width: 48px;
height: 48px;
}
 
.hover-pinterest:hover {
opacity: .8;
}
 
.pin-it-link {
display: block;
width: 100%;
height: 100%;
}

#menu-item-2392 .has-icon {
	font-size: 24px;
}
 
.pin-it-link {
display: block;
width: 100%;
height: 100%;
}
@media all and (max-width: 767px) {
img.pinit-hover {
  opacity: 1 !important;
}
}