.hero.megaHero
{
    grid-template-columns: 1fr;
    position: relative;
    background-size: cover;
}
.hero.megaHero .hero__content
{
    text-align:left;
    z-index: 2;
	background: rgba(0,0,0,0.4);
	padding: 30px;
}
.megaHero h1.hero_title
{
    font-size: 6.4rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}
.megaHero .hero_description
{
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: normal;
    color: #ffffff;
}

.megaHero a.heroBtn
{
    position: absolute;
    right: 40px;
    bottom: 30px;
}

.hero_description p {
    margin: 36px 0 0;
    font-size: 2.9rem;
    line-height: 1.4;
}

.hero_description p:first-of-type {
    margin: 10px 0 0;
}

@media screen and (max-width: 992px) {
    .hero.megaHero {
        background-position: center center;
    }
    .hero.megaHero::after {
        width: 100%;
    }
    .megaHero h1.hero_title {
        font-size: 4.8rem;
    }
}
