.banner{width:100vw;display:inline-flex;justify-content:left;background:#1a1a1a;background:linear-gradient(90deg,#1a1a1a 0%,#000 50%,#1a1a1a 100%)}.banner-content{display:flex;position:relative;left:max(50% - 30rem,80px);width:calc(100% - max(50% - 30rem,80px));max-width:75rem;@media(max-width:60rem){left: initial; width: 100%;}@media(max-width:768px){margin-left: 0;}}.hero{width:25%;min-height:25rem;display:flex;flex-direction:column;justify-content:center;align-items:left;@media(max-width:60rem){width: 35%; align-items: center;}img { width: 12rem; } h1 { color: white; }}.banner-img{width:75%;height:100%;min-height:15rem;object-fit:cover}@media(max-width:768px){.hero{display:none}.banner-img{width:100%}}main{margin-top:1rem}