a.instabadge-badge-container {
  position:relative;
}

/* Hide badges from navigation */
a[id*='nav'] .instabadge-badge, a[class*='nav'] .instabadge-badge, nav .instabadge-badge {
  display:none;
}

.instabadge-badge {
  position:absolute;
  top: 0px;
  right: 0px;
  max-width: 30%;
  max-height: 30%;
  z-index: 1;
  transition: all .2s ease-in-out;
  background:transparent!important;
  border: none!important
}

.instabadge-badge:hover {
  transform: scale(1.1, 1.1);
  transition: all .2s ease-in-out;
}

.badge {
  display:none!important;
}

.instabadge-badge > img {
  background:transparent!important;
  border: none!important
}
div.instabadge-badge.instabadge-3965 {
width: 29.12093942054434%;
max-width: 29.12093942054434%!important;
top: 4.737544483985765%;
left: 73.50746268656717%;
}