.thematic-map .vertical-imagebox {
	display: flex;
	justify-content: space-around;
	padding: 0 0 0 8px;
	margin: 0;
	width: unset;
}

.thematic-map .left-panel {
	padding: 0 10px 0 0;
	margin: auto 0;
}

.thematic-map .right-panel {
	flex-shrink: 0;
}

.thematic-map .ymal {
	color: var(--white);
	line-height: 30px;
}

.thematic-map .ymal .cursive {
	font-family: var(--font-hanley-script);
	font-size: 24px;
	padding-right: 5px;
}

.thematic-map .ymal img {
	max-width: 30px;
	margin-bottom: -4px;
	display: inline-block;
	vertical-align: baseline;
}

.thematic-map .ymal .uppercase {
	font-family: var(--font-display);
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-size: 20px;
	margin-top: -6px;
}

.thematic-map .ymal .top-content {
	margin-bottom: 15px;
	text-align: center;
}

.thematic-map .ymal .bottom-content {
	font-family: var(--font-body);
	line-height: 15px;
	font-size: 14px;
	margin-right: 20px;
}

/* IMAGES */
.thematic-map .vertical-imagebox .img-cont {
	position: relative;
	margin-bottom: 10px;
}

.thematic-map .vertical-imagebox .img-cont img {
	filter: brightness(.7);
	aspect-ratio: 150/95;
	box-shadow: 0 5px 10px -4px rgb(0, 0, 0);
}

.thematic-map .vertical-imagebox .img-cont .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 10;
	text-align: center;
	font-family: var(--font-display);
	color: var(--white);
	font-size: 14.5px;
	line-height: 18px;
}

/* Tablet Size */
@media (min-width: 40em) {
	.thematic-map .vertical-imagebox {
		margin: 0 auto;
		width: 75%;
	}
}

/* Desktop Size */
@media (min-width: 64em) {
	.thematic-map .vertical-imagebox {
		padding: 0 20px 20px;
		margin: 0;
		width: unset;
    margin-left: -100px;
	}

	.thematic-map .left-panel {
		padding: 0 30px 0 15px;
	}

	.thematic-map .ymal .cursive {
		font-size: 30px;
		padding-right: 10px;
	}

	.thematic-map .ymal img {
		max-width: unset;
	}
	
	.thematic-map .ymal .uppercase {
		font-size: 30px;
		margin-top: 0;
	}

	.thematic-map .ymal .bottom-content {
		line-height: 22px;
		font-size: 20px;
		margin: 0;
	}

	/* IMAGES */
	.thematic-map .vertical-imagebox .img-cont .title {
		font-size: 20px;
		line-height: 24px;
	}

	.thematic-map .vertical-imagebox .img-cont img {
		aspect-ratio: 200/135;
	}
}

@media (min-width: 75em) {
	.thematic-map .ymal .cursive {
		font-size: 36px;
	}
}