.Bubble #World.DownwardsScroll #Grid {animation-duration: 30000s;}
.Bubble #Background1 {display: block; pointer-events: none !important; top: 0px; left: 0px; width: 100%; height: 100%; background-image: url('graphics/games/bubbleblaster/bubbleframe.png'); background-size: 100% 100%;}
.Bubble #Player .Image {display: none; background-image: none; background-size: contain; background-position: center;}

.Bubble .Chunk {background-color: transparent;}
    .Bubble #World {background-image: url('graphics/games/adventure2/crystalpalace/stars.jpg'); background-size: cover; background-color: #73d2ff;}
    
.Bubble .Tile {z-index: 1;}


.Bubble .ShieldItem {width: 49px; height: 49px;}
.Bubble .ShieldItem .Text {font-size: 22pt; padding-top: 6px;}
.Bubble .ShieldItem.Collected .Image {transition: opacity 0.2s; opacity: 0; background: none; border: none;}
.Bubble .ShieldItem.Collected .Image {background: none;}
.Bubble .ShieldItem.Collected .Text {animation: RiseUpAndFade 1s linear forwards;}


.LowQualityGraphics .Bubble .Exploding .Explosion {display: none;}
