.mediaTitle{
	font-size:1.3em;
	font-weight:bold;
	color:black;
}
.mediaAuthor{
	font-size:1.1em;
	color:black;
}
.mediaDesc{
	font-size:1em;
	color:black;
}
.mediaBox{
	clear:left;
	text-align:center;
	justify-content:center;
}
.mediaThumb{
	float:left;  
	padding-right:5px;
	max-height:5rem;
	max-width:8rem;
}
.mediaFrame{
	width:560px;
	height:315px;
	border:none;
	overflow:hidden;
}
.mediaThumb:hover{
	max-width:100%;
	max-height:100%;
	position:absolute;
}
.JO{
	background: radial-gradient(circle at top right, white 20%, #75a4aa);
}
