.AdventureKid #Player .Image, .AdventureKid .LifeItem .Image, .AdventureKid #Credits .LifeItem.StatusIcon {background-image: url('graphics/players/adventurekid.png'); background-size: 600% 100%; background-position: 40% 0%;}
.AdventureKid #Player {width: 34.5px; height: 75px;}
.AdventureKid #Player .Body {width: 90px; margin-left: -17px;}

.AdventureKid .Town #Background1 {display: block; background-image: url('graphics/backgrounds/field/grass1.png'); background-color: transparent; background-position: 0px 250px; background-size: calc(var(--WorldWidth) / 2) 50%; background-repeat: repeat-x;}
    .AdventureKid .Town #Background2 {display: block; background-image: url('graphics/backgrounds/field/grass2.png'); background-color: transparent; background-position: 0px 250px; background-size: calc(var(--WorldWidth) / 2) 50%; background-repeat: repeat-x;}
    .AdventureKid .Town #Background3 {display: block; background-image: url('graphics/backgrounds/field/grass3.png'); background-color: transparent; background-position: 0px 250px; background-size: calc(var(--WorldWidth) / 2) 50%; background-repeat: repeat-x;}
    .AdventureKid .Town #Background4 {display: block; background-image: url('graphics/backgrounds/field/grass4.png'); background-color: transparent; background-position: 0px 250px; background-size: calc(var(--WorldWidth) / 2) 50%; background-repeat: repeat-x;}
    .AdventureKid .Town #Background5 {display: block; background-image: url('graphics/backgrounds/field/1.png'); background-color: transparent; background-position-y: 250px; background-position-x: 100px; background-size: calc(var(--WorldWidth) / 2) 50%; background-repeat: repeat-x;}
    .AdventureKid .Town #Background6 {display: block; background-image: url('graphics/backgrounds/field/1.png'); background-color: transparent; background-position-y: 170px; background-position-x: 400px; background-size: calc(var(--WorldWidth) / 2) 50%; background-repeat: repeat-x;}
    .AdventureKid .Town #Background7 {display: block; background-image: url('graphics/backgrounds/common/mediumclouds.png'), url('graphics/backgrounds/common/bluesky.png'); background-size: calc(var(--WorldWidth) * 2) 75%, calc(var(--WorldWidth) * 2) 50.5%; background-color: blue; background-position: top, bottom; background-repeat: repeat-x, repeat;}
    
    .Brick, .DarkBrick, .Door, .Window {z-index: -1; background-size: contain; background-repeat: no-repeat;}
    .Brick {--background-image: url('graphics/textures/whitebrick.jpg'); background-color: white;}
    .DarkBrick {--background-image: url('graphics/textures/greybrick.jpg'); background-color: gray;}
    .Door {background-color: black;}
    .Window {--background-image: url('graphics/entities/window.png'); background-color: #b1a69a; border: solid 1px #b1a69a;}

.AdventureKid .Beach #Background1 {display: block; background-image: url('graphics/backgrounds/beach/2.png'); background-color: transparent; background-position: 0px 540px; background-size: calc(var(--WorldWidth) / 2) 50%; background-repeat: repeat-x;}
    .AdventureKid .Beach #Background4 {display: block; background-image: url('graphics/backgrounds/beach/1.png'); background-color: transparent; background-position: 0px 250px; background-size: calc(var(--WorldWidth) / 2) 50%; background-repeat: repeat-x;}
    .AdventureKid .Beach #Background5 {display: block; background-image: url('graphics/backgrounds/beach/1.png'); background-color: transparent; background-position-y: 210px; background-position-x: 100px; background-size: calc(var(--WorldWidth) / 2) 50%; background-repeat: repeat-x;}
    .AdventureKid .Beach #Background6 {display: block; background-image: url('graphics/backgrounds/beach/1.png'); background-color: transparent; background-position-y: 170px; background-position-x: 400px; background-size: calc(var(--WorldWidth) / 2) 50%; background-repeat: repeat-x;}
    .AdventureKid .Beach #Background7 {display: block; background-image: url('graphics/backgrounds/common/mediumclouds.png'), url('graphics/backgrounds/common/bluesky.png'); background-size: calc(var(--WorldWidth) * 2) 75%, calc(var(--WorldWidth) * 2) 50.5%; background-color: blue; background-position: top, bottom;}
    
    .AdventureKid .Beach .Plant1 {width: 200px; height: 200px; margin-top: -142px;}
    .AdventureKid .Beach .Plant2 {width: 250px; height: 250px; margin-top: -192px;}


