@charset "utf-8";
/* CSS Document */
    
        .tc {
            margin-top: 300px;
            text-align: center;
            font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
            font-size: 1.4em;
            color: #fff;
        }
 .body {
            background: url(img/wave.jpg);
        }
        
        
        .sfooter{
            font-size: .8em;
position: relative;
	text-align: center;
            border: 1;
  bottom: 0;
            left: 0;
  width: 100%;
 
        }

.video {width: 100%;
height: 100%; background-color: #000;}
@media only screen and (max-device-width: 768px) {
            
              .tc {
            margin-top: 100px;
            text-align: center;
            font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
            font-size: 1.9em;
            color: #fff;
        }
    
    .video {
/*
                max-width: 300px;
  height: 100%;
*/
        background-color: #000;
               

            }
        }