.card { width: 7.5cm; height: 11.5cm; border: solid 3px black; border-radius: 0.5cm; float: left; position: relative; margin: 1mm; break-inside: avoid; } .card > p.image > img { width: 7.5cm; height: 10.6cm; position: absolute; top: 10mm; border-radius: 10px; z-index: -1; display: none; } .card > h2{ top: 5mm; left: 5mm; margin: 0; text-align: center; padding-top: 3mm; font-size: 15px; font-family:monospace; display: none; } .card > p.text { width: 50mm; height: 50mm; position: absolute; top: 15mm; left: 10mm; text-align: center; margin: 0; display: none; } .card > p.textnoimage { width: 60mm; height: 85mm; position: absolute; top: 5mm; left: 5mm; right: 5mm; text-align: center; font-size: 6.5; display: none; }