Ahh. That makes sense. Thanks, Ziggy. Using that I found a workaround by adding a section above the image, shrinking it as small as possible and color matching to the top navigation. It makes the top most section a little bigger, which is not ideal, but not a dealbreaker. I tried using this custom CSS to shrink it further but couldn't get it to work:
[data-section-id="abcxyz"] {
min-height: unset !important;
height: 50px !important;
}
Thanks again for your insight.