/* Version 2.0 */
@media
screen and (min-width: 481px) and (orientation: portrait),
projection and (min-width: 481px) and (orientation: portrait),
screen and (min-width: 641px) and (orientation: landscape),
projection and (min-width: 641px) and (orientation: landscape) {
  #wfLivestream { overflow: visible; } /* Both */
  #wfLivestream #flashPlayer {
    height: 14em; 
  	/* 20150305 */
    position: absolute;
    left: 0; top: -22px;
	  border: 1px solid #fff; 
  } /* AS3 */
  #wfLivestream #videoPlayer.isEmbedded { top: -24px; } /* KRV2 */
  #wfLivestream #videoPlayer.isEmbedded #flashPlayer { top: 0; } /* Override for KRV2 */
}








	

