.video_page .sideMenu .sideMenu_item {
  margin-bottom: 11px !important;
}
.video_page .sideMenu .sideMenu_item.active a {
  color: #00adee !important;
}
.video_page .sideMenu .sideMenu_item a {
  color: black !important;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
}
.video_page .sideMenu .sideMenu_item a:hover {
  text-decoration: none;
}
.video_page .video {
    margin-bottom: 30px;
}
.video_page .video .content {
  position: relative;
  margin-top: 10px;
}
.video_page .video .content:not(.no-truncate) {
  max-height: 300px;
}
.video_page .video .content.no-truncate .text {
  height: auto;
}
.video_page .video iframe {
  max-height: 250px;
  max-width: 100%;
  width: auto;
}
.video_page .wideVideo iframe {
  height: 315px;
  width: 560px;
  max-width: none;
  max-height: none;
}

.singleVideo iframe{
    width: 100%;
    position: relative;
}

.singleVideo iframe:after{
	position: absolute;
	top: 0;
	left:0;
	padding-top: 56,25%;
}
		
._singleVideo {
    position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}

._singleVideo iframe {
	position: absolute;
	top: 0;
	left:0;
	height: 100%;
	width: 100%;
} 

/* IFrame */
p iframe {
	max-width: 100%;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
