  .sectionBanner--secondLevel {
    margin-bottom:0;
}

.sectionBanner--secondLevel::after {
    content:"";
    background-image:url(/recreation/_assets-index/images/urec-logo-01-2.png);
    background-repeat:no-repeat;
    background-size:contain;
    width: clamp(20rem, 44vw, 50rem);
    height: clamp(6rem, 13vw, 14rem);
    display:block;
    grid-area:1/1/3/3;
    align-self:center;
    justify-self:center;
    z-index:10;
}

.sectionBanner--secondLevel .sectionBanner-titleHolder-title {
	text-indent:-10000px;
}

@media (min-width: 992px) {
    .sectionBanner--secondLevel .sectionBanner-titleHolder-title::after {
    	display:none;
    }
}

@media (max-width: 991.98px) {
    .sectionBanner--secondLevel .sectionBanner-titleHolder {
        display:none;
    }
}