/* make banner centered on ultra wide display */
@media (min-width: 1862px) {
	.layout:nth-child(1 of .layout) {
	  .banner-wrapper {
      .align-items-center {
  	    justify-content: center;
  	  .banner-image {
    	  width: auto;
    	  img {
    		  max-width: 1100px;
    	  }
		  }
     }
    }
  }
}