#mapwrap { width: 2485px; height: 1654px; margin-bottom: 30px; } #map { position: absolute; width: 2485px; height: 1654px; background-size: cover; background-image: url(Maria.Gameboard.075.jpg); background-color: #ece1a9; } #political_display { position: relative; margin: 0 auto; width: 1169px; height: 827px; background-size: cover; background-image: url(Maria.Political.Display.100.jpg); background-color: #ece1a9; } body { background-color: slategray; } .panel { background-color: #444; width: clamp(824px, calc(100% - 30px), 1636px); margin: 12px auto 36px auto; box-shadow: 1px 2px 6px #0004; border: 1px solid #0008; } .panel_header { color: white; font-weight: bold; text-align: center; padding: 3px 1em; border-bottom: 1px solid #0008; } .panel_body { background-color: #555; display: flex; justify-content: start; flex-wrap: wrap; padding: 18px; gap: 18px; min-height: 350px; } .city { position: absolute; width: 18px; height: 18px; border-radius: 100%; background-color: green; } .minor_fortress { position: absolute; width: 26px; height: 26px; border-radius: 0%; background-color: green; } .major_fortress { position: absolute; width: 26px; height: 26px; border-radius: 50%; background-color: green; }