.hero-anniversary__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.hero-anniversary__bg-img-wrapper {
  position: relative;
}
.hero-anniversary__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-anniversary__play-button .icon-multimedia {
  display: flex;
  width: 64px;
  height: 64px;
  padding: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 64px;
  border: 1px solid #ffffff;
  background: rgba(51, 63, 72, 0.65);
  cursor: pointer;
}
.hero-anniversary__play-button .icon-multimedia span {
  font-size: 24px;
  color: #ffffff;
}
.hero-anniversary__play-button .icon-multimedia .icon-arrow {
  font-size: 38px;
}
.hero-anniversary__slide {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 120px 0px 120px 0px;
  color: #ffffff;
}
.hero-anniversary__slide .text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.hero-anniversary__slide .text-content img {
  display: none;
}
.hero-anniversary__slide .view-logo img {
  display: block;
}
.hero-anniversary__slide .view-search {
  margin-top: 160px;
}
@media (max-width: 600px) {
  .hero-anniversary__slide .view-search {
    margin-top: 140px;
  }
}
.hero-anniversary__slide img {
  max-height: 180px;
}
.hero-anniversary__title {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 64px;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero-anniversary__title {
    font-size: 72px;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 65%;
  }
}
@media (min-width: 1300px) {
  .hero-anniversary__title {
    width: 50%;
  }
}
.hero-anniversary .hero-anniversary__wrapper {
  position: relative;
}
.hero-anniversary .hero-anniversary__wrapper .hero-anniversary__bg-img-wrapper.edit-mode,
.hero-anniversary .hero-anniversary__wrapper .hero-anniversary__bg-img-wrapper.edit-mode .hero-anniversary__bg-img,
.hero-anniversary .hero-anniversary__wrapper .hero-anniversary__slide.edit-mode {
  height: 100%;
}
.hero-anniversary .hero-anniversary__wrapper .hero-anniversary__bg-img-wrapper:not(.edit-mode),
.hero-anniversary .hero-anniversary__wrapper .hero-anniversary__bg-img-wrapper:not(.edit-mode) .hero-anniversary__bg-img {
  height: 100vh;
}
.hero-anniversary .hero-anniversary__wrapper .hero-anniversary__bg-img-wrapper:not(.edit-mode) img,
.hero-anniversary .hero-anniversary__wrapper .hero-anniversary__bg-img-wrapper:not(.edit-mode) .hero-anniversary__bg-img img {
  vertical-align: bottom;
}
