/* #hero .pk-hero_media::after {
  border-radius: inherit;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.23);
  z-index: 1;
} */

.pk-hero_media {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.pk-hero_media .pk-image_wrap {
  width: 100%;
  height: 100%;
}

.pk-hero_media .pk-image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
