 body {position:relative;}

.player-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	.player-container iframe,
	.player-container object,
	.player-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
   
   #myPlayer {
	  position: relative;
      width: 100%;
      height: 100%;
   }
   
   
   #myVideoFrame {
	 position: absolute;
     top: 25%;
     left: 3%;
     width: 25%;
     height: 25%;
     display: none; /* Hidden by default */
     z-index: 10; /* On top of the first player */
	 height: 45%;
	 background-position-y: bottom;
     border: white 2px solid;
	
   }
   
   

  





