.collections_template_custom_related_content.slider { opacity: 0; position: relative; }
.collections_template_custom_related_content.slider .arrow { position: absolute; top: 40%; cursor: pointer; }
.collections_template_custom_related_content.slider .arrow.prevSlide { 
	left: 0px; 
	background-image: url(/includes/public/assets/prev-arrow.png);
	background-size: 40px;
	width: 40px;
	height: 40px;
}
.collections_template_custom_related_content.slider .slides .slick-track .slide .image_container{
	padding: 0 50px;
}
.collections_template_custom_related_content.slider .arrow.nextSlide { 
	right: 0px;
	background-image: url(/includes/public/assets/next-arrow.png);
	background-size: 40px;
	width: 40px;
	height: 40px;
}
.collections_template_custom_related_content.slider .text_container { padding: 5px 50px; }
.collections_template_custom_related_content .text_container { padding: 5px; }
.collections_template_custom_related_content .text_container p { margin: 0px; }
.collections_template_custom_related_content .image_container {
  padding: 0;
}
.collections_template_custom_related_content img { 
	width : 100%;
	border: 3px solid #fff;
  border-radius: 7px; 
}
.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 .title {
    color: #587519;
    font-family: 'UniversLTW01-57Condense 723821', sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 38px;
    margin-bottom: 0.5em;
    margin-top: 0.2em;
    text-transform: uppercase;
}

.collections_template_custom_related_content .play-btn{
  position: absolute;
  z-index: 50;
  top:0;
  right:0;
  bottom:0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  border:2px solid #fff;
  text-indent: 1px;
}
.collections_template_custom_related_content .play-btn .fa{
  line-height: 50px;
}
