#pageflip {
	position: relative;
	right: 0;
	top: 40px;
}

body, html, {
	background:none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	min-height:100%;
	min-width:100%;
}

html, body {
	background:url(img/video-background.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

#index-bg {
	background:url(../img/video-background.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	overflow: hidden;
	display:none;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
	
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
}

/* Landscape phones and down */
@media (max-width: 480px) {
	
	html, body {
		padding:0;
		margin:0;
		background:#000;
	}
	
	#mobile-button {
		display:none !important;
	}
	
	.tab-1 {
		width: 100%;
		overflow: auto;
		padding: 0 20px;
		box-sizing: border-box;
	}
	
}