.hero { &:not(.hero--plain) { background-color: var(--lbry-teal-5); background-image: linear-gradient(135deg, var(--lbry-teal-2), var(--lbry-blue-3) 100%); background-size: cover; color: var(--lbry-white); position: relative; text-align: center; text-shadow: 0 0 0.2rem rgba($lbry-black, 0.7); &::before { top: 0; left: 0; bottom: 0; right: 0; background-color: var(--lbry-black); content: ""; opacity: 0.3; position: absolute; } } &:not(.hero--half-height):not(.hero--plain) { @media (min-width: 951px) { height: 500px; } @media (max-width: 950px) { height: 250px; } } &.hero--half-height { @media (min-width: 951px) { height: 250px; } @media (max-width: 950px) { height: 150px; } } &.hero--news { background-position: center; } &.hero--plain { padding-top: 2rem; } [class*="icon-"].icon-fw { width: 3rem; } }