/* Header */
.navbar-brand img {
    max-height: 7rem;
    width: auto;
    max-width: 100px;
}
#mainnav {
  height: unset !important;
}

/* banner with products */
.JO_selected_products .h-\[196px\] {
    height: unset;
}
.JO_selected_products h2 {
    max-width: 67%;
    line-height: 4rem;
}
@media (max-width: 992px) {
    .JO_selected_products h2 {
        font-size: 24px;
        line-height: 2.5rem;
    }
}

/* video */
#video-banner .video-parent {
    max-width: 1280px;
    margin-inline: auto;
    border-radius: 24px;
}

/* banner */
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-bottom: 3%;
}
section.s-block.s-block--fixed-banner.wide-placeholder img {
    background-color: transparent;
}