html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: black;
}
.body {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.videoBackground {
   /* position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    z-index: 1;
    height: 100% !important;*/
}
.logo {
    position: absolute;
    width: 145px;
    height: 130px;
    top: 8px;
    left: 608px;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
}
.logo a{
    display: block;
    width: 100%;
    height: 100%;
}

.play-now {
    position: absolute;
    width: 254px;
    height: 80px;
    top: 838px;
    left: 791px;
    text-align: left;
    text-indent: -9999px;
    background-size: 100% auto;
    z-index: 2;
}


