@media only screen and (max-width: 768px) {
	.sliderimage{
		width:890px !important;
		height:250px !important;
	}
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 40%;
    left: 0px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
 }
/* .fullpage{
	background-color: white;
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
}
 #content {display:none;}
.preload { width:100px;
    height: 100px;
    position: fixed;
    top: 40%;
    left: 50%;
	z-index: 1200;
} */
