.relatedContentPanel{text-align: center; margin-bottom: 20px;}

.collections_template_custom_related_content.slider { opacity: 0; position: relative; }
.collections_template_custom_related_content.slider .arrow { 
	position: absolute;
    top: 45%;
    font-size: 58px;
    text-shadow: 1px 1px 2px #FFF;
    cursor: pointer;
    color: #00a7b5;
}

.relatedContentPanel .title {margin:10px 0;} /* bkm */

.collections_template_custom_related_content.slider .arrow.prevSlide { left: 14px; }
.collections_template_custom_related_content.slider .arrow.nextSlide { right: 14px; }
.collections_template_custom_related_content .text_container { padding: 5px 20px; }
.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%; }

.related-item.ads-container {
    padding: 0 10px;
}

.related-item .image_container { margin-bottom: 0 !important; padding-left: 0; padding-right: 0; }
.related-item .image_container img { border: 2px solid #fff; }
.related-item .text_container { padding: 0; }

.related-item.ads-container .ad-block{min-height: inherit;}

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
	.collections_template_custom_related_content.columns-12.slider .arrow { top: 33% }
	.collections_template_custom_related_content.columns-6.slider .arrow { top: 23% }
	.collections_template_custom_related_content.columns-4.slider .arrow { top: 15% }
}

@media only screen and (min-width: 40em) { 
	.collections_template_custom_related_content.slider .arrow { top: 50%; }
}

@media only screen and (min-width: 64em) { 
	.collections_template_custom_related_content.columns-12.slider .arrow { top: 45% }
	.collections_template_custom_related_content.columns-6.slider .arrow { top: 40% }
	.collections_template_custom_related_content.columns-4.slider .arrow { top: 34% }
}