.theme-container {
	
	color: rgb(var(--ColorText));
	background-color: rgba(var(--ColorBG), 0.9);
	
	margin-bottom: 2vw;
	
	box-shadow: 0 0 10px 2px rgb(var(--ColorShadow), 1);
	
}

.theme-container img:not(.photos-circle) {
	
	object-fit: contain;
	
	max-height: 100%;
	max-width: 100%;
	
}