.collections_template_custom_related_content.slider { opacity: 0; position: relative; }
.collections_template_custom_related_content.slider .arrow { position: absolute; top: 40%; transform:translateY(-50%); cursor: pointer; }
.collections_template_custom_related_content.slider .arrow.prevSlide { left: -4px; }
.collections_template_custom_related_content.slider .arrow.nextSlide { right: -4px; }
.collections_template_custom_related_content .text_container { padding: 5px 16px; }
.collections_template_custom_related_content .text_container p { margin: 0px; }
.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%; }
.collections_template_custom_related_content .arrow svg {
	height: 45px;
	width: 45px;
}
.collections_template_custom_related_content h4 a:hover,
.collections_template_custom_related_content h4 a {
	color:#000;
}
.collections_template_custom_related_content h4 {
	margin-bottom: 5px;
}
.contentRender_name_plugins_common_related_content > div > h3 {
	padding: 0 30px;
	max-width: 1003px;
	margin: 0 auto;
}
.contentRender_name_plugins_common_related_content h3.title {
	padding: 0 15px;
}
.related-item.slide.slick-slide.slick-current.slick-active {
	margin: 0 15px;
}
.related-item.slide.slick-slide {
	margin: 0 15px;
}