#vimeo-player-wrapper {
	padding:56.25% 0 0 0;
	position:relative; width:100%;
	background-color:#ccc;
	margin-bottom:2rem;
	scroll-margin-top: 1rem;

	#tvi-vimeo-player {
		z-index:100;
	}

	#player-loading-overlay {
		position:absolute;
		z-index: 1000;
		top:0;
		left:0;
		width:100%;
		height:100%;
		display:flex;
		align-items:center;
		justify-content:center;
		background:rgba(0,0,0,0.4);
		pointer-events:none;
		opacity:0;
		transition:opacity 0.15s;
		img {
			height:50%;
			width:auto;
		}
	}

	#player-loading-overlay.active {
		opacity:1;
	}
}
ol.contents {
	li {
		padding:0.5rem 0.5rem;
		/* display: inline-block; */
		margin-top:0; margin-bottom:0;
		width: fit-content;
		border-radius:3px;
		&.active {
			background-color:#000;
			color:#fff;
			a.time {
				color: hsl(40, 100%, 85%);
				text-decoration:none;
			}
		}
		ol {margin-left: 0;}
		li {margin-left: 0;}
		a.time {
			font-family: Consolas, 'Courier New', monospace;
			font-size: 0.85rem;
			font-weight: normal;
			/* color: #000; */
			margin:0 0.5rem;
			background-image:url(/img/play.svg);
			background-position: top 0.15rem right;
			background-size: 0.60rem;
			background-repeat: no-repeat;
			padding-right: 0.95rem;
		}
	}
}
