
#VideoPageView {

	opacity: 0;

	.centered-content {

		@extend .absolute;
		width: 1140px;

		.top-left {
			
			@extend .absolute;

			width: inherit;
			left: 0px;
			right: 0px;
			margin: 0 auto;
			opacity: 0;

			.share-block {
				top: 60px;
			}

			.title {

			}

		}

		.video-container {
			
			@extend .absolute;
			top: 113px;
			left: 0px;
			right: 0px;
			width: 636px;
			height: 690px;
			margin: 0 auto;
			opacity: 0;
			z-index: 1;

			iframe.video-iframe { 
				@extend .absolute;
				z-index: 3;
			}

			figure.black {
				@extend .absolute;
				width: 636px;
				height: 358px;
				background: #000;
				z-index: 2;
			}
		}
	}

	div.bg {
		
		@extend .absolute;
		z-index: -1;

		img {
			@extend .absolute;
			width: inherit;
			height: inherit;
		}
	}

	img.glow {
		@extend .absolute;
		z-index: 0;
		opacity: 0;
	}

	.share-block {
		z-index: 10;
		.bg {
			background: #c7191f;
			width: 100%;
			height: 100%;
		}
	}

}