.gifv {
	width: auto;
	position: relative;
	max-width: 100%;
	cursor: pointer;
	padding: 0;
	font-size: 0;
	margin-bottom: 1rem;
	/* Prevent small bottom padding */
}

.gifv-button {
	width: 100%;
	position: absolute;
	height: 100%;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
	/* Better than box-shadow inset cause it allows percentage unit */
	text-align: center;
}

.gifv-button-svg {
	width: 10%;
	height: 50%;
	min-width: 50px;
	position: absolute;
	top: 50%;
	bottom: 50%;
	transform: translate(-50%, -50%);
}

.gifv+ul li {
    text-align: right;
    font-size: 0.9em;
    font-style: italic;
}