body { background: no-repeat 70% 30%/cover black url('/images/index/bg1k.jpg'); } @media (min-width: 1024px), (min-height: 600px) { body { background-image: url('/images/index/bg2k.jpg'); } } @media (min-width: 2048), (min-height: 1300px) { body { background-image: url('/images/index/bg4k.jpg'); } } @media (min-width: 4096px), (min-height: 2700px) { body { background-image: url('/images/index/bgmax.jpg'); } } main { position: relative; } a#next-concert { display: block; position: absolute; bottom: 0; left: -2em; padding: 2em; width: 6em; height: 3em; text-align: center; text-decoration: none; background: no-repeat center/contain url('/images/calendar.svg'); } a#next-concert:hover { color: var(--gold); background-image: url('/images/calendar-gold.svg'); } #next-concert p { position: relative; top: 1em; margin: 0; text-transform: uppercase; } #next-concert #day { font-weight: 600; }