﻿body
{
     background-color: #000000;
     background-image: url(Images/GarageTheater-web.png);
     background-size: cover;
     background-repeat: no-repeat;
     margin: 0;
     padding: 0;
}


@media (max-width:760px)
{
.video_iframe{
width:100%;
max-height:720px;
}
}

@media (min-width:761px)
{
.video_iframe{
width:80%;
max-height:720px;
}

.videoContainer
{
     max-width: 100%;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 2em;
     text-align:center;
}

#lblHeader
{
     margin-left: 20px;
     margin-top: 20px;
     font-family: britannic bold;
     font-size: 48px;
     color: white;
}

.footerInfo
{
     margin-left: 20px;
     font-family: Arial,Helvetica, Sans-Serif;
     color: white;
     font-size: 14px;
     position: absolute;
     top: 90%;
}

.emailTheater
{
color:White;
margin-bottom:20px;
}

.emailTheater:visited
{
color:white;
}
