/* Shared painted props keep the home choices and the living scene consistent. */
.habitat-art,.habitat-scenery .home-shell,.habitat-scenery .home-glow,.habitat-scenery .home-frond{
 background-image:url('objects/habitat-props.png');background-size:300% 100%;background-repeat:no-repeat;
 border:0;border-radius:0;box-shadow:none;filter:drop-shadow(0 7px 7px #00182080);text-shadow:none;
}
.habitat-art{width:115px;height:115px}
.shells .habitat-art,.habitat-scenery .home-shell{background-position:0% 50%}
.light .habitat-art,.habitat-scenery .home-glow{background-position:50% 50%}
.tiny-life .habitat-art,.habitat-scenery .home-frond{background-position:100% 50%}
.open .habitat-art{background:url('../film/reef.jpg') center/cover;border-radius:50%;filter:none}
.habitat-scenery .home-shell{width:145px;height:145px;transform:none;scale:1;bottom:0;left:25%}
.habitat-scenery .home-glow{width:112px;height:112px;bottom:0;left:48%;animation:none}
.habitat-scenery .home-glow:before{content:none}
.habitat-scenery .home-frond{width:150px;height:150px;bottom:0;left:25%;scale:1;animation:habitat-current 7s ease-in-out infinite alternate;transform-origin:50% 95%}
@keyframes habitat-current{from{transform:rotate(-1deg)}to{transform:rotate(1deg)}}
@media(max-width:760px){
 .habitat-art{width:100px;height:100px}
 .habitat-scenery .home-shell{width:78px;height:78px;left:34%;bottom:13px}
 .habitat-scenery .home-glow{width:66px;height:66px;left:38%;bottom:13px;scale:1}
 .habitat-scenery .home-frond{width:86px;height:86px;left:33%;bottom:13px}
}
.paused .habitat-scenery .home-frond{animation-play-state:paused}
@media(prefers-reduced-motion:reduce){.habitat-scenery .home-frond{animation:none}}
