


body{
   width:100%;
   height:100%;
   padding:0px;
   margin:0;
   bgcolor:#000000;
   margin:0 0 0 0;
   font-size:0.9em;
   color:#666666;
  -webkit-text-size-adjust: 100%;


}


a{
 color:#727171;
 font-style:normal;
 text-decoration:underline;
}



img {
     max-width: 100%;
     height: auto;
     }


.text1{
        text-align:left;
        width:620px;
        margin:10px;
        padding:10px;
        
} 


.video-container{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;overflow: hidden;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}