.hero-real-single {
  background: transparent;
}

.hero-real-single img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center bottom;
}

.real-portrait {
  background: transparent;
}

.director {
  padding-bottom: 110px;
}

.corner.bottom {
  bottom: 50px;
}

@media (max-width: 560px) {
  .director {
    padding-bottom: 96px;
  }

  .corner.bottom {
    right: 28px;
    bottom: 42px;
  }
}
