﻿html, body {
    height: 100%;
}

.wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.wrapper-inner {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
}

form {
    height:auto;
    height: 100%;
}

.footer-wrapper {
    height: 125px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer
{
    height: 125px;
    padding: 0;
}

.header-nav-wrapper {
    display: none;
}

.header {
    height: 400px;
}

.content-wrapper
{
    height: 570px;
}

.footer-nav-links
{
    top: 50px;
}

.header-video {
    background-image: url(../Images/Home2/background-video.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 800px;
    height: 450px;
    margin: 0 auto 0 auto;
    left: 0;
    position: relative;
    top: 50px;
}

#my_video_1 {
    margin-top: 0;
    margin-left: 0;
    border: 7px solid #ffffff;
    box-shadow: 0px 0px 18px #666666;
    margin: 0 auto 0 auto;
}

.buy-button
{
    display: block;
    margin-top: 140px;
    width: 100%;
    text-align: center;
}

.buy-button-price
{
    font-family: Lato;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333333;
}
.buy-button-price span
{
    font-size: 16px;
}

.buy-button-button
{
}

.vjs-controls, .vjs-fade-out
{
    display: none;
}

