.max-300 {
  max-width: 300px;
}
@media (max-width: 767px) {
  .max-300 {
    max-width: 250px;
  }
  .host-header {
    background: #000;
  }
  .host-header > figure {
    height: 240px;
    padding-top: 0;
  }
  .host-photo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 10;
  }
  .host-name-wrap {
    position: absolute;
    inset: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 0;
    pointer-events: none;
  }
  .host-name-wrap .outline-text {
    font-size: 38px;
    line-height: 1;
    padding-left: 1.5rem;
  }
}
