.img-shield-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.img-shield-wrap.img-protected-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-shield-wrap > img.img-shielded {
  pointer-events: none !important;
  user-select: none !important;
  -webkit-user-drag: none;
}

.img-shield-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: transparent;
  pointer-events: auto;
  user-select: none;
}

.img-shield-overlay:focus {
  outline: none;
}

body[data-protect-images="1"] .aboutme-image .baskan_fot {
    position: relative;
    z-index: 10;
}

body[data-protect-images="1"] .aboutme-image .img-shield-wrap {
    display: block;
    width: 100%;
}
