.instabadge {
  position:relative;
}

.instabadge .instabadge-badge {
  background-color:transparent!important;
  border: none!important;
  position:absolute!important;
  max-width: 30%!important;
  max-height: 30%!important;
  top:0!important;
  left:0!important;
  z-index: 30!important;
  transform: inherit!important;
  content:''!important;
  opacity: 1!important;

  background-size: contain!important;
  background-repeat: no-repeat!important;
  height: 100%;
  width: 100%;
}
