Image Banner wider than rest of page - Dawn theme

my Image Banner is a lot wider than the rest of the sections of the page. I am trying to get it back inline with the marginds of the page. anyone know what code i can implement? this is esspecailly bad on very large screen.

I do have some code to make the image1 desktop and image2 mobile fyi

Thanks!!!

Hello @bryan76

Please share your store link so I can check

messaged you. thanks!

Please share your store link.

div#Banner-template--21745894785322__f4113d54-eec5-47b7-931c-9b61f5f6cb38 {
    max-width: 120rem !important;
    margin: 0 auto;
    width: unset;
}
.banner__media.media.banner__media-half {
    margin: 0 !important;
    position: relative;
    min-width: 100%;
}

that’s not bad but unfortunately does not work. throws image 2 off the screen to the right and div#Banner-template–21745894785322__f4113d54-eec5-47b7-931c-9b61f5f6cb38 is not being accepted if i try to use it with min width. but thank you