.vidpopup-description p, .vidpopup-description li {
	color: white;
}

.popup_content iframe {
	border: none;
	max-width: 100%;
}

.vid_popup_back {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.vid_popup_cont {
	position: fixed;
	z-index: 102;
	max-width: 90%;
}

.preloader {
	z-index: 101;
}

.vid_popup_cont .popup_close {
	color: #fff;
	cursor: pointer;
	position: absolute;
	padding: 0;
	right: 0;
	top: 28px;
	font-size: 28px;
	font-weight: bold;
	height: 30px;
	line-height: 1;
	width: 30px;
	text-align: center;
}

.vid_popup_cont .popup_close:hover {
	color: #888;
}

.vid_popup_back {
	cursor: pointer;
	background-color: #222;
}

.vid_popup_cont div.popup {
	background: transparent;
	padding: 25px 0;
}

.preloader {
	left: 50%;
	margin: -10px 0 0 -25px;
	position: fixed;
	top: 50%;
}

.video-container * {
	box-sizing: border-box;
}

.video-container {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.video-container .video-single-item {
	flex-basis: 33%;
	width: 33%;
	padding: 20px;
}

.pps-video-preview-title a {
	display: inline-block;
	text-decoration: none;
}

nav.pagination {
	display: block;
	width: 100%;
}

@media screen and (max-width: 830px) {
	.video-container .video-single-item {
		flex-basis: 50%;
		width: 50%;
		padding: 10px 25px;
	}
}

@media screen and (max-width: 480px) {
	.video-container .video-single-item {
		flex-basis: 100%;
		width: 100%;
	}
}

.vid_popup_cont .popup .popup_content .hvc-video {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.vid_popup_cont .popup .popup_content .hvc-video iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-block .pps-video-preview-wrap .push-btn i {
	padding-left: 9px;
	line-height: 75px;
	width: auto;
	height: auto;
	font-size: 50px;
}

.video-block .pps-video-wrap {
	text-align: inherit;
}

.vid_popup_cont .hvc-popup-desc {
	color: #fff;
}