/* Landing page template #2 */
.landing-page-self-install .landing-page-video {
    position: relative;
}

.landing-page-self-install .landing-page-video:before {
    background-color: rgba(0,0,0,0.3);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.landing-page-self-install .landing-page-video a {
    display: block;
}

.landing-page-self-install .landing-page-video a:before {
    background: radial-gradient(transparent, rgba(0,0,0,.4));
    content: "";
    opacity: 0;
    position: absolute;
    transition: all 1s ease;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.landing-page-self-install .landing-page-video a:hover:before {
    opacity: 1;
}

/* Create a fancy "Get started" button overlay */
.landing-page-self-install .landing-page-video a:after {
    background-color: rgba(0,0,0,0.2);
    border: 2px solid white;
    border-radius: 10em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3), inset 0 1px 3px rgba(0,0,0,0.3);
    color: white;
    content: "Get started ▶";
    display: block;
    font-size: 24px;
    font-size: calc(.8em + .8vw);
    top: 50%;
    left: 50%;
    margin: auto;
    padding: 1em 2em;
    position: absolute;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    transform: translateX(-50%) translateY(-50%);
    transition: all .15s ease;
    white-space: nowrap;
}

html[lang=fr] .landing-page-self-install .landing-page-video a:after {
    content: "Commencer ▶";
}

html[lang=de] .landing-page-self-install .landing-page-video a:after {
    content: "Loslegen ▶";
}

html[lang=es] .landing-page-self-install .landing-page-video a:after {
    content: "Comenzar ▶";
}

html[lang=pt-br] .landing-page-self-install .landing-page-video a:after {
    content: "Começar ▶";
}

html[lang=ru] .landing-page-self-install .landing-page-video a:after {
    content: "начать ▶";
}

html[lang=ko] .landing-page-self-install .landing-page-video a:after {
    content: "시작하기 ▶";
}

html[lang=ja] .landing-page-self-install .landing-page-video a:after {
    content: "はじめに ▶";
}

html[lang=zh-cn] .landing-page-self-install .landing-page-video a:after {
    content: "浏览自安装指南 ▶";
}

html[lang=tw] .landing-page-self-install .landing-page-video a:after {
    content: "浏览自安装指南 ▶";
}

.landing-page-self-install .landing-page-video a:hover:after {
    box-shadow: 0 3px 5px rgba(0,0,0,0.15), inset 0 3px 5px rgba(0,0,0,0.15);
    transform: translateX(-50%) translateY(-50%) scale(1.05);
    text-shadow: 0 3px 5px rgba(0,0,0,0.15);
}

.landing-page-self-install .landing-page-video img {
    width: 100%;
}

form .c-form-row.Product { /* hide the "hidden" field */
    display: none;
}