body.news-detail-the-crew-2 #main [class*='c-landing__pageContent'] {
    height: auto;
    padding-bottom: 0;
}

body.news-detail-the-crew-2 #main [class*='c-landing__pageContent'] .c-bkg {
    position: static;
    background: none;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
}

body.news-detail-the-crew-2 #main [class*='c-landing__pageContent'] .c-bkg img {
    width: 100%;
    height: auto;
}

body.news-detail-the-crew-2 #main .item.news-detail,
body.news-detail-the-crew-2 #main .c-wysiwyg {
    padding-top: 0;
}

body.news-detail-the-crew-2 #main [class*='c-landing__pageContent']:before,
body.news-detail-the-crew-2 #main [class*='c-landing__pageContent'].has-beveled:after {
    content: none;
    color: white;
}

body.news-detail-the-crew-2 #main [class*='c-landing__pageContent'] .c-title__hero {
    color: black;
    font-size: 4rem;
}

@media (max-width:414px){

    body.news-detail-the-crew-2 #main [class*='c-landing__pageContent'] .c-title__hero {
    font-size: 2rem;
    line-height: 2.4rem;
    }
}