/* 
 * Dromeas for Elements
 * Copyright (c) Lucas Tsolakian, Archetypon
 * @author Lucas Tsolakian
 * @version 1.0.0
 */

body, html {
	width: 100%;
	height: 100%
}

body {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.dromeas-wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0
}

#holder {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	overflow: scroll
}

#dromeas-container #block-holder {
	float: left;
	display: block;
	overflow: scroll
}

#dromeas-container .dromeas {
	overflow: scroll;
	float: left;
	min-height: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	clear: inherit
}

#dromeas-container {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	margin: 0;
	padding: 0
}

#block-holder {
	position: relative;
	overflow: scroll
}

.block-wrapper {
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

.dromeas-progress {
	display: none
}

::-webkit-scrollbar {
	display: none;
}

.dromeas{
    min-height: 100vh !important;
}

#dromeas-container .dromeas{width: 100vw !important; height: 100vh !important;}
#dromeas-container, #dromeas-container #block-holder{height: auto !important;} 