body{
     background-color: #800000;
     padding-bottom: 400px;}
   .footer { 
             position:fixed;
             left: 0;
             bottom: 0; 
             width:100%;
             background-color: black;
             color:white;
             text-align: center;
        font-size:25px;
            } 
            
            @media only screen and (max-width: 700px){
   div.footer { 
          
   size=1;
  
  }
            }
       #myVideo {
  position: fixed;
   right: 0;
bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(calc((100% - 100vw) / 2));
}    
     @media only screen and (max-width: 700px){
   #myVideo { 
        right: -10%;
     bottom: 0;     
   transform: translateX(calc((100% - 80vw) / 2));
            }
     }
  @media only screen and (max-width: 1000px) and (min-width: 700px){
  
      
  }
  
.content{
     width: 100%; max-width: 860px; background-color: rgba(255,255,255,0);  color: black; text-align: center; margin: 1%  auto 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; padding-bottom: 3px; padding-top: 6px; margin-top: 30px;
     letter-spacing: 3px;
     
    opacity: 0;
    -moz-animation: fadein 1s ease-in 7s forwards; /* Firefox */
    -webkit-animation: fadein 1s ease-in 7s forwards; /* Safari and Chrome */
    -o-animation: fadein 1s ease-in 7s forwards; /* Opera */
    animation: fadein 1s ease-in 7s forwards;
   
  
}
@keyframes fadein {
   
    from {
        opacity: 0;
        
    }
    to {
        opacity: 1;
       
    }
    
}


@media only screen and (max-width: 700px){
 .content{
     max-width: 320px;
  margin-top: 100px !important;
     font-size:8px !important;
 }
    
}
@media only screen and (max-width: 1000px) and (min-width: 700px){
   .content { 
          max-width: 520px;
          width:100% !important;
    
            } 
}     
@media only screen and (min-width: 1440px){
   .content { 
       max-width: 1260px !important;
         font-size:26px !important;
     margin-top: 100px !important;
            } 
}     

@media only screen and (max-width: 700px){
 a{
     font-size:16px !important;
 }   
}