﻿.video-wallpaper-outer {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #aaa;
}
.video-wallpaper-outer.isInEditingMode {
    height: 35vh;
}
.video-wallpaper-inner {
    position: absolute;
}
.video-wallapper-video {
    width: 100%;
    height: 100%;
}
.video-wallpaper-title {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 1;
}
.video-wallpaper-title .title-large {
    color: white;
    margin-left: auto;
    margin-right: auto;
    /*x-max-width: 72%;*/
    margin-top: 0;
    margin-bottom: 0;
}
.video-downarrow {
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.hero-square-link,
.hero-square-link:hover,
.hero-square-link:active,
.hero-square-link:focus
{
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 40px;
    margin: 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}