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; } #next-concert { position: absolute; bottom: 4%; height: 20ex; width: 10em; text-align: center; background: no-repeat center/contain url('/images/calendar.svg'); } #next-concert a { display: inline-block; width: 100%; height: 100%; text-decoration: none; } #next-concert p { position: relative; top: 48%; margin: 0; color: #eee; } #next-concert #day { font-size: 180%; font-weight: bold; }