.hero { background-image: url('SW Email Banner.jpg'); background-size: cover; /* fills screen, crops sides */ background-position: center; /* keeps focus centered */ background-repeat: no-repeat; height: 100vh; /* 100% of viewport height */ width: 100vw; /* 100% of viewport width */ }