body {
    --max-width: 100%; /* Applies only to the front page */
}

body .site-header__inner__container {
    display: flex;
    justify-content: flex-start;
}
/*#page-wrapper,.page-wrapper,#page,#main{max-width:none!important;margin:0}*/
#page-wrapper{max-width:none!important;}

img {
  max-height: 100vh; /* 100% of the viewport height */
  width: auto; /* Maintain aspect ratio */
  object-fit: cover; /* Ensure the image covers the area */
}