.collections_template_custom_related_content.slider { opacity: 0; position: relative; }
.collections_template_custom_related_content.slider .arrow { position: absolute; top: 125px; cursor: pointer; }
.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 { 
	text-align: center;
	padding: 5px 20px; 
	border-bottom: 1px solid #dcd3b1;
    min-height: 240px;
}

.collections_template_custom_related_content .text_container h4 {
    font-size: 26px;
    line-height: 32px;
} 

.collections_template_custom_related_content .text_container p { 
	margin: 0px; 
	color: #454545;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Adelle SansW01-Regular', Sans-Serif;
    margin-bottom: 24px;
}
.collections_template_custom_related_content img { 
	width : 100%; 
	position: relative;
    display: inline-block;
    padding : 10px;
    margin-bottom: 30px;
}
.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  h4 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 12px;
}

.collections_template_custom_related_content .slick-next {
    background-position: right 7px center !important;
    right: -10px;
}

.collections_template_custom_related_content .slick-prev {
    background-position: left 7px center !important;
    left: -10px;
}

.collections_template_custom_related_content .slick-arrow {
    position: absolute;
    z-index: 10;
    width: 34px;
    height: 56px;
    background-color: #9f4e25 !important;
    background-image: url("/includes/public/assets/listings/arrow-detail.png") !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    text-indent: -999999px;
    padding: 0;
    background-size: 50px !important;
    margin: auto 0;
    top: -42%;
    bottom: 0;
}


@media only screen and (min-width: 641px){
	.collections_template_custom_related_content .slick-arrow {
	    width: 45px;
	    height: 75px;
	    background-size: auto !important;
	}
/*	.collections_template_custom_related_content .slick-next {
	    background-position: right 7px center;
	    right: 0;
	}
	.collections_template_custom_related_content .slick-prev {
	    background-position: left 7px center;
	    left: 0;
	}*/
}





