.collections_template_custom_related_content { margin-bottom: 30px; }
.collections_template_custom_related_content.slider { opacity: 0; position: relative; margin-bottom: 30px; }
.collections_template_custom_related_content.slider .arrow { 
	position: absolute; 
	top: 50%; 
	transform:translateY(-50%);
	cursor: pointer; 
}
.collections_template_custom_related_content.slider .arrow.prevSlide {
	left: 0px;
	font-size: 40px;
	background: #ff4539;
	border-radius: 55px;
	width: 38px;
	height: 37px;	
}
.collections_template_custom_related_content.slider i.far.fa-arrow-alt-circle-left {
	color: #fff;
	left: -1px;
	position: relative;
	top: -2px;
}
.collections_template_custom_related_content.slider .arrow.nextSlide { 
	right: 0px; 
	font-size: 40px;
	background: #ff4539;
	border-radius: 55px;
	width: 38px;
	height: 37px;	
}
.collections_template_custom_related_content.slider i.far.fa-arrow-alt-circle-right {
	color: #fff;
	left: 0px;
	position: relative;
	top: -2px;
}
.collections_template_custom_related_content h4 {
	color: #434444;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 'DIN Next LT W01 Bold', sans-serif;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	padding: 0 15px;
}
.collections_template_custom_related_content .text_container { 
	padding: 5px 20px;
	margin:0 20px; 
}
.collections_template_custom_related_content h3.title {
	padding: 0 15px;
}
.collections_template_custom_related_content .text_container p { margin: 0px; padding:0 15px; }
.collections_template_custom_related_content img { width : 100%; }
.collections_template_custom_related_content .videoWrapper { position: relative; padding-bottom: 50%; height: 0; } /* match bottom padding to aspect ratio of images to keep video same size as it scales */
.collections_template_custom_related_content .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.contentRender_name_plugins_common_related_content > div > h3 {
	max-width: 1248px;
	margin: 0 auto;
	padding: 0 15px;
	margin-bottom: 15px;
}
.contentRender_name_plugins_common_related_content ul li,
.contentRender_name_plugins_common_related_content ul {
	margin:0;
	padding: 0;
}
.contentRender_name_plugins_common_related_content .row.slides.slick-initialized.slick-slider {
	padding: 0px 15px;
}
@media screen and (max-width: 1024px) { 
	.contentRender_name_plugins_common_related_content > div > h3 {
		padding: 0 30px;
	}
}