:root {
	--spot-colour: rgba(177, 17, 22, 1.0);
	--spot-colour-75: rgba(177, 17, 22, 0.75);
	--spot-colour-75: rgba(177, 17, 22, 0.75);
}
img.abcd-file-icon {
	margin: 0 4px;
	height: 2em;
	max-height: 39px;
}
.abcd-tile-container {
	text-align: center;
}
.abcd-tile, .abcd-tile-wide {
	box-sizing:content-box;
	display: inline-block;
	position: relative;
	border: 2px solid silver;
	margin: 4px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size:contain;
}
.abcd-tile {
	width: 33vw;
	height: 33vw;
	min-width: 120px;
	min-height: 120px;
	max-width: 160px;
	max-height: 160px;
}
.abcd-tile-wide {
	width: 30vw;
	height: 15vw;
	min-width: 120px;
	min-height: 60px;
	max-width: 200px;
	max-height: 100px;
}
.abcd-tile:hover span {
	background: var(--spot-colour);
}
.abcd-tile span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.5em 2%; /* 2% left + 2% right + 96% width = 100% */
	background: var(--spot-colour-75);
	color: #eee;
	text-align: center;
}
.abcd-tile:hover, .abcd-tile-wide:hover {
	border-color: var(--spot-colour);
}

.abcd-break {
	border-top: 1px solid var(--spot-colour);
	border-bottom: 1px solid var(--spot-colour);
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.abcd-break h3 {
	text-align: center;
	margin: 0;
}
.abcd-break p {
	text-align: center;
	margin: 0;
}

/* Modifications to theme styles */
div[class^="dpn-zvc-single-content-wrapper"] {
	background: #FFFFFF;
}