body, html {
	background-color: #EEE;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Arial', sans-serif;
}

/*navigation bar*/

div#header {
	display: none;
}

.navbar {
	padding: 10px;
	color: #EEE;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	display: block;
	cursor: pointer;
}

.header {
	margin: 0;
	padding: 0;
	outline: 0;
	text-align: center;
}

.article {
	position: relative;
}

.article video, .article img {
	display: block;
	margin: 0 auto;
	font-size: 1.5em;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	max-width: 90%;
}

@media only screen and (max-width : 1223px) {
	.more {
		width: 75px;
   	    height: 75px;
    }
    div#menu {
		left: 1px;
	    top: 1px;
	}
	
	div#moreFun {
	    right: 1px;
	    bottom: 1px;
   }
}

@media only screen and (min-width : 1224px) {
	.more {
		width: 150px;
   	    height: 150px;
    }
    div#menu {
		left: 10px;
	    top: 10px;
	}
	
	div#moreFun {
	    right: 10px;
	    bottom: 10px;
   }
}

.more {
	overflow: hidden;
	margin-right: 2px;
	vertical-align: middle;
	margin-bottom: 2px;
}

div#menuItems {
	background-color: rgba(0,0,0,0.9);
}

.more video, .more img {
	max-width: 100%;
}

div#moreFun, div#menu {
	position: absolute;
}

div#modal {
	display: none;
	position: absolute;
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    overflow: auto;
}

#via {
	position: relative;	
	float: right;
}