.date {
	z-index:10;
	transform-origin:50% 0%;
	transform:none;
	width:350px;
	position:absolute;
	top:100%;

}

iframe {
	border:none;
	z-index:10;
	
	
	left: calc( 50vw - 100px);
	top: calc( 50vh - 50px);
	overflow:hidden;
	position:fixed;
	width:200px;
	height:100px;

	/* position:fixed;
	width:100vw;
	height:100vh;
	top:0;
	left:0; */


}

html {
	font-family: 'Arial', Arial, sans-serif;
	/* overflow:hidden; */
}

.date:hover { 
	z-index:999;
	transform: scale(1.1);
}

.date:hover .year {
	color:black;
}

.date .year {
	color:gray;
	font-weight: bold;
	margin-bottom:20px;
}


.sentence {
	position:relative;
	background:white; 
	margin-top:15px;
	padding:5px;
	
}

.link-side-car {
	position:absolute;
	left:350px;
	top:0;
	min-width:400px;
	background-color:white;
	padding:20px;
	margin:20px;
	
}

.link-side-car a { 
	display:block;
	background-color:lightgray;
	margin:5px;
	font-size:0.3rem;
	padding:1px;
	
}

.timeline {
	display:block;
	width:40000px;
	height:10vh;
	
	position:relative;
}