.parallax_video						{min-height:100vh; display:flex; flex-wrap:wrap; align-items: center; z-index:0; padding:0;}
.parallax_video__container 			{width: 1000px; margin: 0 auto; position: relative;text-align: center;padding-top: 150px; padding-bottom: 150px; transform: all linear 0.5s; z-index:2;}
.parallax_video__pattern			{position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 1;}
.parallax_video__video 				{position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 0;}
.parallax_video__video iframe		{position: absolute; width: 100%; height: 110%; left: 0; top:-5%;}
.parallax_video__fullscreen iframe	{width: 150%; height: 150%; left: -25%; top: -25%;}
.parallax_video__container p 		{font-size: 42px; font-weight: 100; line-height: 42px; margin-bottom: 20px;  margin-top: 0; text-align: center;  text-shadow: 0 0 10px #000; text-transform: none; width: 100%; text-transform: uppercase; color: #fff;}
.parallax_video__placeholder 		{height: 200px;}

@media screen and (min-width: 1600px) and (max-width: 1600px) and (min-height: 900px) and (max-height: 900px) {
    .parallax_video__video iframe {width: 101%;}
}
@media (max-width: 1000px) {
    .parallax_video__container 	{width: 100%;}
    .parallax_video__txt 		{font-size: 38px; line-height: 50px;}
}
@media (max-width: 768px) {
    .parallax_video__txt 		{font-size: 28px; line-height: 38px;}
}
@media (max-width: 400px) {
    .parallax_video__txt 		{font-size: 22px; line-height: 32px;}
}
