.crp_related {
	clear: both;
	margin: 10px 0;
}
.crp_related h3 {
	margin: 0 0 12px 0 !important;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #2f3a4a;
	font-size: 20px;
	font-weight: 700;
}
.crp_related ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}
.crp_related li, .crp_related a {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.crp_related a {
	display: block;
	aspect-ratio: 16 / 9;
}
.crp_related li {
	border: 1px solid #ddd;
	padding: 6px;
	background: #fff;
	border-radius: 6px;
	margin: 4px;
}
.crp_related li:hover {
	background: #eee;
	border-color: #bbb;
}
.crp_related a {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}
.crp_related a:hover {
	text-decoration: none;
}
.crp_related .crp_title {
	color: #fff !important;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 6px 8px;
	font-size: .9em;
	text-align: center;
	text-shadow: .1em .1em .2em #000;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.crp_related li:hover .crp_title {
	background-color: rgba(0, 0, 0, 0.8);
}
.crp_related li {
	vertical-align: bottom;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	list-style-type: none;
}
.crp_related li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.crp_clear {
	clear: both;
}
.crp_title:visited {
	color: #fff !important;
}

@media (max-width: 1024px) {
	.crp_related ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.crp_related ul {
		grid-template-columns: 1fr;
	}
}
