 
@media only screen and (min-width: 1000px) and (max-width: 1169px) {	
.container{width:90%; position:relative; }
 #myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
   width:auto; 
  min-height: 100%;
}
}


@media only screen and (min-width: 768px) and (max-width: 999px) {	
.container{ width:90%; position:relative; }
 #myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
   width:auto; 
  min-height: 100%;
}

} 



@media only screen and (min-width: 480px) and (max-width: 767px) {		
.container{ width:95%; position:relative; }
 #myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
   width:auto; 
  min-height: 100%;
}

} 



@media only screen and (max-width: 479px) {

.container{ width:95%; position:relative;}
 #myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
   width:auto; 
  min-height: 100%;
}


}
 




@media only screen and (min-width: 320px) and (max-width: 355px) {

}

@media only screen and (min-width: 568px) and (max-width: 600px) {
 
}


@media only screen and (min-width: 414px) and (max-width: 500px) {
 
}


@media only screen and (min-width: 736px) and (max-width: 758px) {
 
}
 




