.page-contain {
	padding-top: 110px;
}
.block-quote {
	overflow: hidden;
}
.block-quote video {
	position: absolute;
	bottom: -400px;
	left: 0;
	min-height: 100%;
	min-width: 100%;
}
.block-quote blockquote {
	color: #fff;
}
.block-quote blockquote:before {
	color: #fff;
}
.block-quote blockquote .author a {
	color: #fff;
	border-color: #fff;
}
.block-quote blockquote .author a:hover {
	border-color: transparent;
}
@media screen and (max-width: 1240px) {
	.block-quote video {
		bottom: -350px;
		left: -300px;
	}
}
@media screen and (max-width: 1023px) {
	.block-quote video {
		bottom: -300px;
		left: -500px;
	}
}
@media screen and (max-width: 767px) {
	.block-quote video {
		bottom: -500px;
		left: -700px;
	}
	.page-contain {
		padding-top: 90px;
	}
}
@media screen and (max-width: 480px) {
	.block-quote video {
		bottom: -500px;
		left: -900px;
	}
}
.theme-day {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	color: #fff;
	padding: 80px 0;
}
.theme-day:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
}
.theme-day .theme-author {
	font-size: 24px;
	text-align: center;
}
.theme-day .subtitle {
	margin-bottom: 0;
}