body {
}

.cms-admin .content-panel {
	min-width: 30px;
}

a {
	color: #225e9e;
}

.resp-container {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
	width: 100%;
}

.resp-container .resp-iframe, .resp-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-styles {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:1024px) {
	.video-styles {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.video-styles .half {
		width: 100%;
	}
}
