
.md-logo.md-header__button {
	padding: 0;
	margin: 0;
	zoom: 1.8;
}

.danger {
	color: #f44336;
}

.warning {
	color: #f0ad4e;
}

.info {
	color: #337ab7;
}

.black {
	color: #000000;
}

.forestGreen {
	color: #228B22;
}

.lightBlue {
	color: #90D5FF;
}
.videoContainer {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
	border: 4px solid #ccc;
	border-radius: 16px;
	margin: 1rem auto;
	max-width: 800px;
}

.videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.videoRelative {
	position: relative;
}

.videoPosition {
	position: absolute;
	top: -100px;
	right: 20px;
	text-align: center;
}

.videoBorder {
	border: 3px solid grey;
	border-radius: 20px;
	padding: 10px;
	background: #e3e1e1;
}

.videoText {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.pictureBorder{
	border: 3px solid #89adc3;
	border-radius: 16px;
	padding: 10px;
	background: #c1c1c1;
}

.video {
	width: 100%;
	max-width: 800px;
	height: auto;
	display: block;
	margin: 1rem auto;
}


.videoThumbnail {
	max-height: 100px;
	height: 100px;
	width: auto;
	display: block;
}

.titleWidth {
	max-width: 70%;
}

.vidBorder{
		border: 5px solid #576c7e;
		padding: 8px;
		border-radius: 20px;
		background: #80868f;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		line-height: 0;
	}
.only-desktop, .only-mobile {
	display: none;
}

@media screen and (min-width: 41.25em){
	.only-mobile{
		display: none;
	}
	.only-desktop{
		display: block;
	}
}
@media screen and (max-width: 41.25em){

	.videoPosition {
		position: absolute;
		top: -110px;
		right: 0;
		text-align: center;
	}

	.videoBorder {
		border: 2px solid grey;
		border-radius: 15px;
		padding: 7px;
		background: #e3e1e1;
	}

	.videoText {
		font-size: 12px;
		color: #000000;
		font-weight: bold;
	}

	.pictureBorder{
		border: 2px solid #89adc3;
		border-radius: 12px;
		padding: 7px;
		background: #c1c1c1;
	}

	.video {
		width: 100%;
		max-width: 800px;
		height: auto;
		display: block;
		margin: 1rem auto;
	}


	.videoThumbnail {
		max-height: 75px;
		height: 75px;
		width: auto;
		display: block;
	}

	.vidBorder{
		border: 5px solid #576c7e;
		padding: 5px;
		border-radius: 5px;
		background: #687385;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		line-height: 0;
	}
	.only-mobile{
		display: block;
	}
	.only-desktop{
		display: none;
	}

}

@media screen and (max-width: 29em){

	.videoPosition {
		position: absolute;
		top: -110px;
		right: 0;
		text-align: center;
	}

	.videoBorder {
		border: 2px solid grey;
		border-radius: 10px;
		padding: 5px;
		background: #e3e1e1;
	}

	.videoText {
		font-size: 8px;
		color: #000000;
		font-weight: bold;
	}

	.pictureBorder{
		border: 2px solid #89adc3;
		border-radius: 8px;
		padding: 5px;
		background: #c1c1c1;
	}


	.videoThumbnail {
		max-height: 50px;
		height: 50px;
		width: auto;
		display: block;
	}

	.vidBorder{
		border: 5px solid #576c7e;
		padding: 5px;
		border-radius: 5px;
		background: #687385;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		line-height: 0;
	}

}

