Looking for an assist on have the banner image in the flex them resize to the screen width. Currently it crops the sides when the screen size is less than the width of the image. Layout width is set to Full with Banner Height to Small. See attached for full image and how it looks on the page.
Much appreciated!
CSS:
.scaleHeader {
width:100%;
min-width:50%;
max-width:16000px;
margin: 20px 0px;
}