h1 {
	font-family: 'helvetica', sans-serif;
	font-size: 20px;
	color: white;
}
p {
	font-family: 'helvetica', sans-serif;
	font-size: 18px;
	color: white;
}
.small {
	width: 100%; 
	height: 100%;
}
.view {
	width: 965px; 
	height: 705px;
	object-fit: contain;
}
.box {
	width: 535px; 
	height: 600px; 
	overflow-y: auto; 
	position: relative;
}
.thumb {
	display: inline-block;
	width: 125px;
	height: 125px;
}
.thumb span{
	position: fixed;
	visibility: hidden;
}
.thumb:hover span{
	visibility: visible;
	left: 560px;
	top: 8px;
}
.caption {
	width: 535px;
	margin-top: 5px;
}
.back {
	position: absolute;
	bottom: 0px;
}