/*#max-wrapper
{
	background: #22d9e0;
	height: 800px;
}


.home #the-wheel-canvas {
	z-index: 100 !important;
}

.static-surround
{
	height: 100%;
	overflow: hidden;
	position: relative;
}

.baubles
{
	background: url(../images/IE8/baubleBackground.png) 50% 50% no-repeat;
	height: 359px;
	max-width: 922px;
	margin: 5% auto 0 auto;
	position: relative;
}

.image-holder
{
	width: 100%;
	height: 359px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -466px;
}

.bauble-front
{
	position: absolute;
	left: 0;
	right: 0;
	height: 379px;
	width: 922px;
	z-index: 100;
	top: -20px;
}

.character
{
	position: absolute;
	width: 290px;
	height: 290px;
	float: left;
	left: 0;
	z-index: 50;
}

.linkers 
{
	position: absolute;
	height: 387px;
	width: 100%;
	left: 50%;
	top: 0;
	margin: 0 0 0 -466.5px;	
}

.character-linker
{
	position: absolute;
	width: 130px;
	height: 130px;
	cursor: pointer;
	z-index: 100;
	top: 40px;
}

canvas
{

}*/



/* new code */


.home .theme-section #theme-stage .theme-mini-static {
    display: block;
    width: 90%;
    margin: 5% 0 0 5%;
}

@media only screen and (max-height: 800px) {
      .bubbles-theme .scroll-panel.theme-section {
	 	min-height: 650px;
	}  
}
@media only screen and (max-height: 700px) {
      .bubbles-theme .scroll-panel.theme-section {
	 	min-height: 550px;
	}  
}



@media only screen and (max-width: 601px) {
    .bubbles-theme .scroll-panel.theme-section {
	 	min-height: 426px;
	}
    .home .theme-section #theme-stage .theme-mini-static {
        display: block;
        width: 94%;
        margin: 7% 0 0 4%;
    }
}
@media only screen and (max-width: 500px) {
    .bubbles-theme .scroll-panel.theme-section {
	 	min-height: 450px;
	}
}
@media only screen and (max-width: 480px) {
    .bubbles-theme .scroll-panel.theme-section {
	 	min-height: 475px;
	}
}

@media only screen and (min-width: 602px) and (max-height: 1050px) {
    .bubbles-theme .scroll-panel.theme-section {
	 	min-height: 794px;
	}
}
@media only screen and (min-width: 602px) and (max-height: 888px) {
    .bubbles-theme .scroll-panel.theme-section {
	 	min-height: 710px;
	}
}
@media only screen and (min-width: 602px) and (max-height: 700px) {
      .bubbles-theme .scroll-panel.theme-section {
	 	min-height: 550px;
	}  
}