.videoBlock{position:relative;height:600px;overflow:hidden;padding:0}.videoBlock.full{height:79vh}.videoBlock.full .videoBlockTitle{top:150px}@media(max-width:800px){.videoBlock.full .videoBlockTitle{top:100px}}.videoBlock.full .videoBlockTitle h1{font-size:3em;margin-bottom:.1em}.videoBlock.full .videoBlockTitle h3{font-family:var(--font-bignoodle);font-size:2em;width:60%;margin-bottom:0}@media(max-width:800px){.videoBlock.full .videoBlockTitle h3{width:100%}}.videoBlock:not(.full){height:600px;-webkit-mask-image:url(/concept/blockMask1.png);mask-image:url(/concept/blockMask1.png);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:bottom;mask-position:bottom}.videoBlock:not(.full) .videoBlockTitle{top:0;height:100%;width:100%;background-color:rgba(0,0,0,.4)}.videoBlock .videoBlockTitle{position:absolute;display:flex;justify-content:center;width:100%}@media(max-width:800px){.videoBlock .videoBlockTitle{flex-direction:column;align-items:center;top:50px!important}}.videoBlock .videoBlockTitle div{display:flex;flex-direction:column;justify-content:center}@media(max-width:800px){.videoBlock .videoBlockTitle div{width:100%;padding:20px;align-items:center}}.videoBlock .videoBlockTitle div h1{color:#fff}@media(max-width:800px){.videoBlock .videoBlockTitle div h1{text-align:center}}.videoBlock .videoBlockTitle div h1.solo{margin-top:50px;font-size:5rem;text-align:center}.videoBlock .videoBlockTitle div h3{color:#fff;font-family:var(--font-montserrat);font-size:1.6em}@media(max-width:800px){.videoBlock .videoBlockTitle div h3{text-align:center;padding:20px}}.videoBlock .videoBlockTitle div a{background-color:#000;margin-top:10px;padding:6px 8px;border-radius:8px;font-size:26px;color:#fff;font-family:var(--font-bignoodle);width:35%;text-align:center;transition-duration:.2s}@media(max-width:800px){.videoBlock .videoBlockTitle div a{width:80%}}.videoBlock .videoBlockTitle div a:hover{background-color:#f9b122;color:#000}.videoBlock .videoBlockTitle #videoContent{min-width:400px}