/* BASE */

html, body {
	height: 100%; /* This enables .slide to go full height */
}

body {
	background-color: #F00;
}

/* LAYOUT */

.container {
	height: 100%; /* This enables .slide to go full height */

}

.container, .one { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}


/* MODULES */
.one {
	width: 100%;
	height: 100%; 
	border-top: 5rem solid #F03;
	border-right: 5rem solid #F30;
	border-bottom: 5rem solid #F30;
	border-left: 5rem solid #F03;
}






