.site-header .brand {
  width: 215px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.site-header .brand img {
  width: 100%;
  max-height: 54px;
  object-fit: contain;
  filter: none;
}

.founder-signature > img {
  object-position: center center;
}

.ugc-poster {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #242422;
}

.ugc-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(16, 16, 15, 0.08), rgba(16, 16, 15, 0.68));
}

.ugc-poster > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ugc-play {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  padding-right: 3px;
  border-radius: 50%;
  background: #ff5b22;
  color: #fff;
  font-size: 25px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

.ugc-poster > em {
  position: absolute;
  z-index: 2;
  top: calc(50% + 52px);
  color: #fff;
  font-size: 10px;
  font-style: normal;
}

.ugc-head h2 {
  line-height: 1.28;
  letter-spacing: -0.025em;
}

.ugc-head h2 > span {
  display: block;
  padding-block: 0.03em;
}

@media (max-width: 560px) {
  .site-header .brand {
    width: 168px;
  }

  .ugc-head h2 {
    font-size: 38px;
    line-height: 1.34;
  }
}
