/* Mobile subpages only. Keep desktop, main hero and ASK-SEO unchanged. */
@media screen and (max-width: 768px) {
  .contents.sky-sub-navigation {
    display: none;
  }

  .sub_visual.sky-sub-hero {
    height: 160px;
    min-height: 160px;
    /* Existing fixed mobile header is 80px high. */
    margin: 80px auto 24px;
  }

  .sub_visual.sky-sub-hero .title_warp {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .sub_visual.sky-sub-hero .title_warp .title_page {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .sub_visual.sky-sub-hero .title_warp .title_page .contents {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
  }

  .sub_visual.sky-sub-hero .main_title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -0.5px;
    word-break: keep-all;
    overflow-wrap: anywhere;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  }

  .sub_visual.sky-sub-hero .title_page p {
    display: none;
  }
}
