.section-hero.section-hero.wkndr {
  width: 100%;
  position: relative;
}

.section-hero.wkndr .container-background {
  position: relative;
  width: 100%;
  height: 96vh;
  max-height: 710px;
  min-height: 600px;
  top: 0;
  left: 0;
}

.section-hero.wkndr .container-background .video-background {
  background: #000;
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
}

.section-hero.wkndr .container-background .video-background img {
  width: 100% !important;
  height: 100% !important;
  min-height: 600px;
  object-fit: cover;
  object-position: center;
}

.section-hero.wkndr .container-background .image-background {
  position: absolute;
  width: 100%;
  display: none;
  height: 100%;
  top: 0;
  left: 0;
}

.section-hero.wkndr .section-content {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.section-hero.wkndr .section-content .container-title {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-hero.wkndr .section-content .container-title h2 {
  font-family: "PP Editorial New", sans-serif;
  font-style: italic;
  font-size: clamp(32px, 6vw, 40px);
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: center;
  color: #efefef;
  line-height: 115%;
}

.section-hero.wkndr .section-content .container-title h2:last-child {
  margin-bottom: 16px;
}

.section-hero.wkndr .section-content .container-title h2 span {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-size: clamp(32px, 6vw, 40px);
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #efefef;
}

.section-hero.wkndr .section-content .container-title h4 {
  font-family: "Helvetica Neue", sans-serif;
  font-size: clamp(24px, 6vw, 24px);
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #efefef;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.section-hero.wkndr .section-content .container-title .arrow-title {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  max-height: 190px;
  z-index: 4;
}

.section-hero.wkndr .section-content .container-title .arrow-title img {
  height: 100%;
  width: auto;
}

@media (max-width: 768px) {
  .section-hero.wkndr .section-content {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }

  .section-hero.wkndr .section-content .container-title .arrow-title img {
    height: 100%;
    width: auto;
  }

  .section-hero.wkndr .container-background .video-background {
    display: none;
  }

  .section-hero.wkndr .container-background .image-background {
    display: block;
    object-fit: cover;
  }
  .section-hero.wkndr .section-content .container-title h4 {
    font-size: clamp(10px, 6vw, 12px);
    margin-bottom: 16px;
  }

  .section-hero.wkndr .section-content .container-title h2 {
    padding: 0 39px;
    font-size: clamp(20px, 6vw, 24px);
  }
  .section-hero.wkndr .section-content .container-title h2 span {
    font-size: clamp(20px, 6vw, 24px);
  }
  .section-hero.wkndr .container-background {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
  }

  .section-hero.wkndr .section-content .container-title .arrow-title {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    max-height: 120px;
    z-index: 4;
  }

  .section-hero.wkndr .section-content .container-title .arrow-title img {
    height: 100%;
    width: auto;
    max-height: 120px;
  }
}
