body.landing-page {
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

body.landing-page .hero-landing {
    margin-top: -84px;
}

body.landing-page .hero-image {
    object-fit: cover;
    opacity: 1;
    filter: none;
}

body.landing-page .hero-caption {
    background: transparent;
    text-shadow: 0 1px 4px rgba(0,0,0,.08);
}

body.landing-page .navbar-hero,
body.landing-page .navbar {
    background: transparent !important;
    box-shadow: none !important;
}