body.page-template-page-video {
    background-image: url('../images/bg_home.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
    display: grid;
    padding: 1rem 1rem 4rem;
	min-height: 100vh;
}


body.page-template-page-video::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/zindel_white.svg');
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center 7%;
    opacity: 0.15;
    z-index: -1;
}

.page-template-page-video .center {
    align-self: center;
}

.page-template-page-video h1 {
    margin: 0;
    font-size: clamp(36px, 7.2vw, 72px);
    font-weight: 400;
    color: var(--zindel-gold);
    align-self: end;
}

.page-template-page-video h2 {
    margin: 0;
    font-size: clamp(24px, 4.8vw, 48px);
    font-weight: 400;
    color: var(--zindel-blue);
}

.page-template-page-video p {
	margin: .4em auto;
	max-width: 70ch;
	color: var(--zindel-blue);
	font-weight: 700;
    font-size: clamp(18px, 3.6vw, 36px);
	text-align: initial;
}

.page-template-page-video p.has-text-align-center {
	text-align: center;
}

.page-template-page-video p.has-text-align-right {
	text-align: right;
}

.page-template-page-video figure {
	margin: 1em 0;
}

.page-template-page-video iframe {
	width: 100%;
	height: 100%;
    max-height: 65vh;
}

.page-template-page-video a, .page-template-page-video a:visited, .page-template-page-video a:active {
  position: relative;
    color: var(--zindel-white);
    text-decoration: none;
    padding-top: 2vh;
    background-size: 10vh;
}

.page-template-page-video a::before {
  content: "";
  position: relative;
  display: block;
  background-image: url('../images/button_home.png');
  background-repeat: no-repeat;
  background-position: center top;
  transform: rotate(90deg);width: 10vh;
  height: 10vh;
  background-size: contain;
  margin: 0 auto -7vh;
  mix-blend-mode: multiply;
  z-index: -1;
}
