How to remove margin from FULL SCREEN MODE

I cant seem to remove the margin when viewed on FULL SCREEN for the first Image with text section! I was able to completely remove the margin for view on Desktop, but when i view on full screen on my mac computer, there is margin on either side. When i type margin-left: 0 !important; the entire section moves to the left. Same when i type margin-right: 0; the entire section would move the to right.

how do i remove the margin from either side of this section and keep it centered? please help.

URL:

https://lashes-ymas.com/

@sandraleedesign - please add this css to the very end of your base.css file and check, it should work

@media screen and (min-width:1900px){
 .page-width{max-width: 100% !important;}
}