﻿body, html {
margin:0 ;
padding:0 ;
}
ul{ 
align-items: center;
}
li{
width:100%;
flex: 0 0 auto; 
list-style: none;		
}
.container{
width: 100%;
height: 100%;	
position: relative;
list-style: none;
padding-bottom: 65%;
padding-top: 0px;
overflow: hidden;
}	
#vid { 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.new2{
font-family: 'Heebo', light;
font-size:20px;
color:white;
text-align:right;
margin-right: 30px;
margin-left:30px;
word-spacing:30px;
background-color:gray;	
}
.new3{
font-family: 'Heebo', light;
font-size:20px;
margin-top: 100px;
color:white;
margin-left:30px;
text-align:right;
margin-right:30px;
word-spacing:30px;
background-color:gray;
}
.mybtn{
	font-family: 'Heebo', light;
    font-size:20px;
    text-align: center; 
    padding: 2px 30px; 
    margin-left:30px;
    color: #ffffff; 
    background:#000000;
    tansition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear; 	
    text-transform: uppercase;
}
.mybtn:hover {
    color:#ffffff;
    background: #7A2454;
    tansition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear; 
}	