
.hand1{
	top: -50px;
}

.hand2{
    display: none;
}

#bottle-slider-container{
	position: relative;
	min-height: 475px;
}

#bottle-slide-prev{
	position: absolute; left: 0; bottom: 20px; width: 35px; height: 35px; background: url(../img/prev.png) center center no-repeat; background-size: 100% 100%; z-index: 1001; cursor: pointer;
}

#bottle-slide-next{
	position: absolute; right: 0; bottom: 20px; width: 35px; height: 35px; background: url(../img/next.png) center center no-repeat; background-size: 100% 100%; z-index: 1001; cursor: pointer;
}

@media (max-width: 767px){
    
    #bottlebg, #bottle2{
    top: 0;
    }
    
    .hand2{
        display: block;
    }
    
    .hand1{
        display: none;
    }
    
    .push-intro-container {
	    position: absolute;
	    left: 0;
	    top: -100px;
	    width: 100%;
	    text-align: center;
    }
    
    .intro-title{
	    max-height: 90px;
	    width: auto;
	    margin: 0 auto;
    }
    
    .site-main{
	    padding-top: 100px;
    }
    
}