.playButtons{
	display: table-cell;
        min-width: 50px;
        text-align: right;
}
.playButtons .audio{
	margin-right: 5px;
	cursor: pointer;
}
.playButtons .video{
	margin-left: 5px;
	cursor: pointer;
}
.videoLayer{
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.75);
	position: fixed;
	z-index: 10;
	padding-top: 60px;
}
.videoLayer .close{
	color: #fff;
	opacity: .75;
	font-size: 3em;
	margin-right: 23px;
	transition: opacity .25s;
}
.videoLayer .close:hover{
	opacity: 1;
