.srt {
    text-align: center;
    vertical-align: bottom;
    color: white;
    font-size: 20px;
    width: 100%;
    text-shadow: 1px 1px 2px black;
    position:absolute;
    bottom:40px;
    z-index: 100;
}

#player-container
{
	width: 100%;
	height: 100%;
	position: relative;
}

.playButton
{
	cursor: pointer;
	position: absolute;
	top:0px;
	height:100%;
	width:100%;
	background-image: url(../images/play_button.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}

#aiVideoPlayerContainer{
  height:100%;
  width:100%;
}