/* Added to fix the hero section on all inner pages */

.component-hero.fullwidth img.fullwidth {
    object-fit: cover !important;
    position: absolute !important;
    height: calc(70vh - 93px) !important;
    width: 100% !important;
    min-height: 750px !important;
    bottom: 1px !important;
}
.component-hero.fullwidth .row {
    height: calc(70vh - 93px) !important;
    min-height: 750px !important;
}
@media (max-width: 500px) {
    .component-hero.fullwidth img.fullwidth {
        height: calc(70vh - 93px) !important;
        min-height: auto !important;
    }
}