#pk_flex_content .flex_layout.hero_home {
  position: relative;
  max-width: 100%;
  height: 100%;
  height: 85vh;
  background: black;
  border-radius: 10px;
  overflow: hidden;
}

#pk_flex_content .flex_layout.hero_home .flex_layout_wrapper {
  height: 100%;
}

.pk-hero__inner {
  position: relative;
  width: 100%;
  height: 100%;

  /* height: 95vh; */
}

.pk-hero__inner .pk-hero__content-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  z-index: 5;
}

.pk-hero__inner #logo {
  max-width: fit-content;
  width: 100%;
}
/* .pk-hero__inner .js-ready #logo {
  opacity: 1;
  visibility: visible;
} */
.pk-hero__inner .pk-hero__media {
  position: relative;
  width: 100%;
  height: 100%;
}

.pk-hero__inner .pk-hero__media::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.pk-hero__inner .pk-hero__media video,
.pk-hero__inne .pk-hero__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #pk_flex_content .flex_layout.hero_home {
    height: 45vh;
  }

  .flex_layout.hero_home .logo-container {
    max-width: 240px;
    margin: 0 auto;
  }

  .pk-hero__content {
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
}

@media screen and (min-width: 1199px) {
}

@media screen and (min-width: 1401px) {
}

@media screen and (max-width: 1400px) {
}
