/* Show in default resolution screen*/
body, html {
    margin: 0;
    padding: 0;
    border: 0;
}

.video-area {
  width: 100%;
  position: relative;
  margin:0 auto;
  height: auto;
  max-width: 100%;
}

/* If in mobile screen with maximum width 479px. 
The iPhone screen resolution is 320x480 px (except iPhone4, 640x960) */    
@media only screen and (max-width: 479px){
  .video-area { width: 95%; }
}
  
#h5v0 {
  width: 100%;
  heigh: auto;
}

.fallback-link {
  width: 100%;
  height: 100%;
  display: block;
}

#adobe_img {
  position: relative;
  top: 50%;
  left: 35%;
  width: 25%;
  border: 0 none;
  margin: 20px;
}

#play_img {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 9%;
}
