.hohoho .ground .bkg.five{
	background-size: 400px;
}

#create.container.hohoho {
    background: #062225;
}

.ground{
	position:absolute;
  bottom:0%;
  left:0%;
  width:100%;
  height: 350px;
  z-index:0;
  overflow:hidden;
}

.ground-spacer {
    padding-bottom: 350px;
}

.ground.scenery .bkg{
    background-size: auto 350px;
}

.ground .bkg{
    display:block;
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height: 350px;
    background: transparent;
}

.ground .bkg.one{
    background-color: transparent;
    background-image:  url('../images/bkg_cabin_1.png');
    background-position: center top;
    background-repeat: repeat-x;
}

.container.hohoho .ground .bkg.one {
    background-color: transparent;
}

.ground .bkg.two{
    background-color: transparent;
    background-image:  url('../images/bkg_cabin_2.png');
    background-position: center top;
    background-repeat: repeat-x;
}

.ground .bkg.three{
    background-color: transparent;
    background-image:  url('../images/bkg_cabin_3.png');
    background-position: center top;
    background-repeat: repeat-x;
}

.ground .bkg.four{
    background-color: transparent;
    background-image:  url('../images/bkg_cabin_4.png');
    background-position: center top;
    background-repeat: repeat-x;
}

.ground .bkg.five{
    background-color: transparent;
    background-image:  url('../images/bkg_cabin_5.png');
    background-position: center top;
    background-repeat: repeat-x;
}

#share{
    background: #00356b; /* Old browsers */
    background: -moz-linear-gradient(top,  #00356b 0%, #1e5799 40%, #fcc 75%, #ff96d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#00356b), color-stop(40%,#1e5799), color-stop(75%,#fcc), color-stop(100%,#ff96d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #00356b 0%,#1e5799 40%,#fcc 75%,#ff96d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00356b 0%,#1e5799 40%,#fcc 75%,#ff96d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00356b 0%,#1e5799 40%,#fcc 75%,#ff96d6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00356b 0%,#1e5799 40%,#fcc 75%,#ff96d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00356b', endColorstr='#ff96d6',GradientType=0 ); /* IE6-9 */

}

.ground-spacer {
	padding-bottom: 350px;
}

.ground{
	height:350px;
}

.ground .bkg{
	height:350px;
}

.ground.scenery .bkg{
	background-size: auto 350px;
}


@media only screen
  and (max-width : 768px) {
	
  }

  @media only screen and (max-height : 800px) {

    body{
        background-size:50% !important;
    }
    
    .container{
        background-size:50% !important;
    }

    .container.summer, .container.princess{
        background-size:100% !important;
    }

    .ground-spacer {
		padding-bottom: 200px;
	}

	.ground{
		height:200px;
	}

	.ground .bkg{
		height:200px;
	}

	.ground.scenery .bkg{
		background-size: auto 200px;
	}
}

@media only screen and (max-height : 600px) {

    .ground-spacer {
		padding-bottom: 100px;
	}

	.ground{
		height:100px;
	}

	.ground .bkg{
		height:100px;
	}

	.ground.scenery .bkg{
		background-size: auto 100px;
	}

    .info .ground-spacer {
		padding-bottom: 250px;
	}

	.info .ground{
		height:250px;
	}

	.info .ground .bkg{
		height:250px;
	}

	.info .ground.scenery .bkg{
		background-size: auto 250px;
	}
}

@media only screen and (max-height: 500px) {
    .info .ground-spacer {
		padding-bottom: 100px;
	}

	.info .ground{
		height:100px;
	}

	.info .ground .bkg{
		height:100px;
	}

	.info .ground.scenery .bkg{
		background-size: auto 100px;
	}
}