.Bombardment #World {cursor: crosshair; background-image: url('graphics/titles/bombardment.jpg');}
.Bombardment .Asteroid .Body .Image {width: 200%; height: 200%; margin-left: -50%; margin-top: -50%; filter: sepia(1) saturate(3) hue-rotate(313deg);}
.Bombardment .Asteroid .Body .Text {font-size: 18pt; padding-top: 14px;}
.Bombardment .Asteroid .Body::before {position: absolute; content: ""; margin-top: -75px; margin-left: -50px; height: 150px; width: 100px; background: radial-gradient(ellipse at center, rgba(255,0,0,0.6) 0%,rgba(255,0,0,0) 50%,rgba(255,0,0,0) 100%); border-radius: 50px;}
.Bombardment .Asteroid.Exploding .Body::before {display: none;}