/**.videoDiv{
	height: auto;
	width: 100%;
	position: relative;
	background-color:rgb(244,245,246);
	text-align: center;
	justify-content:center;
	font-size: 40px;
	padding: 0.33em 0 0.33em;
}*/
.videoDiv{
	display: flex;
	width: auto;
	height: auto;
	flex-direction: row;
	overflow: hidden;
	position: relative;
	text-align: center;
	justify-content:center;
	margin: 0px;
	border: 0px;
	background-color:rgb(0,0,0);
	max-width: 100%;
	max-height: 100%;
	
}
.video{
	flex-grow: 1;
	border: none;
	margin: 0 20% 0;
	padding: 0;
	z-index:0;
	width:50%;
	justify-content:center;
}

.galleryDiv {
	background-color:rgb(244,245,246);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: wrap;
	width: auto;
	height: auto;
	padding:0 8% 0;
	margin:0px;
	border: 0px;
	text-align: center;
	justify-content:center;
	flex: 1 1 auto;
}

.gallery {
	box-sizing:border-box;
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
	align-items:center;
	justify-content:center;
	flex-wrap: nowrap;
}

.categoriesRP {
	position: relative;
	flex: 1 1 25%;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	height: auto;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align:center;
}

.imageDiv {
	flex: 1 1 0px;
	border: 2px solid #ccc;
	margin: 10px 5px 40px;
	min-width:200px;
}

.imageDiv:hover {
	border: 2px solid #777;
}
.gallery img {
	width: 100%;
	box-sizing:border-box;
}