.BigFish #World {background-image: url('graphics/titles/bigfish.jpg'); background-size: cover;}
.BigFish #Player {width: 120px; height: 40px;}
    .BigFish #Player .Image {margin-top: -10px; width: 120px; height: 60px; background-image: url('graphics/players/shark.png'); background-position: 0% 0%;}

.BigFish .Chunk {background: transparent;}

.BigFish .Shot {width: 30px; height: 10px; background: white; border: none;}
.BigFish .Shot::before {position: absolute; content: ""; margin-top: -25px; margin-left: -55px; height: 60px; width: 108px; 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;}
.BigFish .Shot .Image {width: 100%; height: 100%; background: rgba(255,255,255,0.7); border-radius: 50px;}

.Jellyfish {width: 50px; height: 76px;}
.Jellyfish .Body .Image {background-image: url('graphics/enemies/jellyfish2.png'); background-size: contain; background-position: center center; animation: Jellyfish 1s ease-in-out infinite; transform-origin: center top;}
.Jellyfish.Exploding .Explosion {display: none;}
.Jellyfish.Delay1 .Body {animation-delay: 2s !important;}
.Jellyfish.Delay2 .Body {animation-delay: 4s !important;}
.Jellyfish.Delay3 .Body {animation-delay: 6s !important;}
.Jellyfish.Delay4 .Body {animation-delay: 8s !important;}
.Jellyfish.Delay5 .Body {animation-delay: 10s !important;}

.BigFish .Fish:not(.Jellyfish) .Body .Image {animation: FishSwivel 1s linear infinite;}

.Fish.EnemyMotionWorldWidthLeft .Body .Image {--scaleX: -1;}


