/* make the video play button more visible */
.playable .fa-play {
	font-size: 1.5rem;
	background-color: #fa4d4d;
	padding: .6rem 1.2rem .7rem 1.6rem;
	border-radius: 10px;
	color: white !important;
	text-shadow: none;
}