.fullscreen-video {
	position: relative;
	width: 100%;
	height: 100%;
}
.cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #000c;
}
.cover .centertext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	width: 85%;
}
.tv {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tv .screen {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: auto;
	opacity: 0;
	transition: opacity .5s;
}
.tv .screen.active {
	opacity: 1;
}
.first-page-quote {
	background-color: #A60303;
	padding: 120px 0;
	font-size: 48px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
.centertext .first-line {
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
}
.centertext .second-line {
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 5px;
}
.centertext .second-line span {
	color: #A60303;
}
.scroll-down-message {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%);
    opacity: 0.75;
}
.scroll-down-message .scroll-text {
	color: white;
	font-size: 16px;
	text-transform: uppercase;
}
.scroll-down-message .scroll-arrow {
	text-align: center;
	margin-top: 10px;
}
.scroll-down-message .scroll-arrow span {
	background-image: url('https://www.ombramotion.com/files/graphics/vectors/scroll-down-arrow.svg');
	width: 26px;
	height: 16px;
	background-size: contain;
	display: inline-block;
}
.first-page-services .first-page-services-video div,
.first-page-services .first-page-services-photography div,
.first-page-services .first-page-services-graphic-design div {
	position: relative;
	background-color: rgba(0, 0, 0, 0.70);
}
.first-page-services .first-page-services-video img,
.first-page-services .first-page-services-photography img,
.first-page-services .first-page-services-graphic-design img {
	width: 100%;
	display: block;
}
.first-page-services .first-page-services-video {
	width: 66.7%;
	position: relative;
	float: left;
	background-position: center;
	background-size: 102%;
	transition: background-size 500ms ease-out;
}
.first-page-services .first-page-services-photography,
.first-page-services .first-page-services-graphic-design {
	width: 33.3%;
	position: relative;
	float: left;
	background-position: center;
	background-size: 102%;
	transition: background-size 500ms ease-out;
}
.first-page-services .first-page-services-video {
	background-image: url('https://www.ombramotion.com/files/graphics/images/complete-video-production.jpg');
}
.first-page-services .first-page-services-photography {
	background-image: url('https://www.ombramotion.com/files/graphics/images/photography.jpg');
}
.first-page-services .first-page-services-graphic-design {
	background-image: url('https://www.ombramotion.com/files/graphics/images/graphic-design.jpg');
}
.first-page-services .first-page-services-video span,
.first-page-services .first-page-services-photography span,
.first-page-services .first-page-services-graphic-design span {
	position: absolute;
	top: 50%;
	left: 50%;
	color: white;
	display: block;
	transform: translate(-50%, -50%);
	font-weight: 600;
	text-transform: uppercase;
	width: 75%;
	text-align: center;
	padding: 30px 0;
}
.first-page-services .first-page-services-video span {
	font-size: 48px;
}
.first-page-services .first-page-services-photography span,
.first-page-services .first-page-services-graphic-design span {
	font-size: 36px;
}
.first-page-services .first-page-services-video:hover,
.first-page-services .first-page-services-photography:hover,
.first-page-services .first-page-services-graphic-design:hover {
	background-size: 110%;
}
.first-page-services .first-page-services-video:hover span,
.first-page-services .first-page-services-photography:hover span,
.first-page-services .first-page-services-graphic-design:hover span {
	border: 3px solid #A60303;
}
.first-page-services {
	overflow: hidden;
}
.first-page-showreel {
	display: table;
	width: 100%;
}
.first-page-showreel .first-page-showreel-title {
	width: 33.3%;
	height: 100%;
	position: relative;
	display: table-cell;
	background-size: cover;
	background-image: url('https://www.ombramotion.com/files/graphics/images/first-page-showreel-light.jpg');
}
.first-page-showreel .first-page-showreel-title div {
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 60px;
}
.first-page-showreel .first-page-showreel-title div span {
	color: #A60303;
}
.first-page-showreel .first-page-showreel-video {
	width: 66.7%;
	display: table-cell;
	cursor: pointer;
}
.first-page-featured-projects-clients {
	margin-top: 120px;
	text-align: center;
}
.first-page-featured-projects-clients .first-page-featured-projects-clients-title {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 50px;
	font-weight: 600;
}
.first-page-featured-projects-clients .first-page-featured-projects-clients-title span {
	color: #A60303;
}
.first-page-featured-projects-clients .first-page-featured-projects-clients-list a:link,
.first-page-featured-projects-clients .first-page-featured-projects-clients-list a:visited,
.first-page-featured-projects-clients .first-page-featured-projects-clients-list a:active {
	width: 32%;
	display: block;
	float: left;
	text-decoration: none;
}
.first-page-featured-projects-clients .first-page-featured-projects-clients-list .first-project,
.first-page-featured-projects-clients .first-page-featured-projects-clients-list .second-project {
	margin-right: 2%;	
}
.first-page-featured-projects-clients .first-page-featured-projects-clients-list a img {
	width: 100%;
	display: block;
}
.first-page-featured-projects-clients .first-page-featured-projects-clients-list .single-project-title {
	color: #fff;
	font-size: 30px;
}
.first-page-featured-projects-clients .first-page-featured-projects-clients-list .single-project-client {
	color: #A60303;
	font-size: 20px;
	margin-top: 2px;
}
.first-page-featured-projects-clients .first-page-featured-projects-clients-all {
	margin-top: 35px;
}
.first-page-featured-projects-clients .first-page-featured-projects-clients-all a:link,
.first-page-featured-projects-clients .first-page-featured-projects-clients-all a:visited,
.first-page-featured-projects-clients .first-page-featured-projects-clients-all a:active {
	display: inline-block;
	background-color: #A60303;
	color: white;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 30px;
}
.first-page-featured-projects-clients a .single-project-title-client {
	margin-top: 5px;
	padding: 15px 0;
}
.first-page-featured-projects-clients a .single-project-image {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 3px solid rgba(166, 3, 3, 0);
	opacity: 1;
	transition: background-size 300ms ease-in-out, border-bottom 300ms ease-in-out, opacity 300ms ease-in-out;
}
.first-page-featured-projects-clients a:hover .single-project-image {
	background-size: 105%;
	opacity: 0.9;
	border-bottom: 3px solid rgba(166, 3, 3, 1);
}
.first-page-complete-video-production-title {
	text-align: center;
	margin-bottom: 50px;
	padding-top: 140px;
	background-position: center bottom;
}
.first-page-complete-video-production-title .cvp-title {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
.first-page-complete-video-production-title .cvp-subtitle {
	color: #A60303;
	font-size: 25px;
}
.first-page-complete-video-production .first-page-complete-video-production-bigtitle {
	font-size: 32px;
	color: white;
	text-align: center;
	border-top: 3px solid #A60303;
	border-bottom: 3px solid #A60303;
	width: 30%;
	margin: 0 35%;
	padding: 15px 0;
}
.first-page-complete-video-production .first-page-complete-video-production-desc {
	font-size: 20px;
	color: white;
	width: 74%;
	margin: 0 13%;
	text-align: justify;
	text-align-last: center;
	padding: 20px 0;
	line-height: 35px;
}
.first-page-complete-video-production {
	background-image: url('https://www.ombramotion.com/files/graphics/images/theatre-background.jpg');
	background-size: cover;
	padding: 35px 0 100px 0;
}
.first-page-complete-video-production-segment {
	padding: 50px 0 10px 0;
}
.plyr__control--overlaid,
.plyr--video .plyr__controls {
	z-index: 1 !important;
}
.complete-production-tags {
	width: 50%;
	float: left;
}
.complete-production-tags div {
	color: #fff;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 0px;
	font-size: 17px;
	width: 76%;
	margin: 10px 12%;
	text-align: center;
}