.homepage {
  .block {
    max-width: 876px;
    margin: 0 auto 100px auto;

    &.image {
      img {
        display: block;
        margin-bottom: 24px;
      }
    }
  }

  h1 {
    margin-bottom: 14px;
  }

  h2 {
    margin-bottom: 40px;
    font-size: 2.556rem;
    line-height: 2.889rem;
    text-transform: none;

    @include until($tablet) {
      font-size: 2rem;
      line-height: 2.333rem;
    }

    &.gray {
      color: $text;
    }
  }

  h4 {
    margin-bottom: 30px;
  }

  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 40px;

    iframe, object, embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
