.sketchfab-container1 {
	display: flex; 
	//background-color: #EAD8C0;
	background-color: lightgray;
	padding: 1%;  
	justify-content: center; 
	color: #131010;
}

.sketchfab-container2 {
	display: flex; 
	//background-color: #D1BB9E;
	background-color: gainsboro;
	padding: 1%;  
	justify-content: center; 
	color: #131010;
}

.sketchfab-halves {
	
	width: 30%; 
	flex: none; 
}

.explanation {
	padding: 2%;
	//width: 40%;
	color: black;
}

.shrinker {
	width: 70%; 
	display: inline-block;
}

a {
	color: white;
}

a:visited {
	color: white; 
}

a.explanation {
	//background-color: #EAD8C0;
	transition: background-color 0.3s ease-in-out;
	color: black;
}

a.explanation:hover {
	//background-color: #D1BB9E;
	background-color: gainsboro;
}

img {
	width: 100%; 
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 8px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}