.embeddedvid {
	background: #171E23; 
	min-height: 100vh;
	padding:56.25% 0 0 0;
	position:relative;
	margin: 0 auto;
	width: 100%;
}
.embeddedvid iframe.vidvimeo {
	height:75%;
	left: 11%;
	margin: 0 auto;
	max-height: 75vh;
	max-width: 80%;
	position:absolute;
	top: 170px;
	width:100%;
}
.embeddedvid iframe.chatvimeo {
	display: none;
	height:300px;
	left: 25%;
	margin: 0 auto;
	max-height: 300px;
/*	max-width: 80%;*/
	position: relative;
	top: -50px;
 	width: 50%;
}
/*.embeddedvid iframe.chatvimeo {
    bottom: 0px;
	height: 300px;
    position: absolute;
    right: 10px;
    width: 500px;
}*/

@media (max-width:600px){
	.embeddedvid {
		min-height: 50vh;
		padding: 0;
	}
	.embeddedvid iframe.vidvimeo {
		left: 0;
		max-width: 100%;
		top: 0px;
		width: 100%;
	}
	.embeddedvid iframe.chatvimeo {
		display: none;
	}
	.embeddedvid .player .vp-title .vp-title-header h1 {
		font-size: 1.5em !important;
	}
}

