.collections_template_custom_related_content.slider { opacity: 0; position: relative; }
.collections_template_custom_related_content.slider .arrow { position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; }
.collections_template_custom_related_content.slider .arrow i { color: #999999; font-size: 50px; }
.collections_template_custom_related_content.slider .arrow.prevSlide { left: 0px; }
.collections_template_custom_related_content.slider .arrow.nextSlide { right: 0px; }
.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%; margin-bottom: 10px;}
.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{margin-bottom: 40px;}
.collections_template_custom_related_content .title{text-align: center;}

.collections_template_custom_related_content .related-item .slide{
    margin-top: 15px;
    position: relative;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    border: 1px solid #cccccc;
    padding-bottom: 0px;
}

.collections_template_custom_related_content .related-item.slide{
	padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}


.collections_template_custom_related_content .related-item h5,
.collections_template_custom_related_content .related-item h5 a{
	font-size: 20px;
    margin-bottom: 0px;
    line-height: 24px;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
}


.collections_template_custom_related_content .related-item p{
    margin-bottom: 0px;
    margin-top: 10px;
}