/* FEATURES */

.communityFeatures::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #53565A;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}
.selectedFeatureText {
    display:none;
}
.selectedFeatureText.selected {
    display:block;
}


.communityFeatures {
	position: relative;
    border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.communityFeatures .row {
	flex-wrap: nowrap;
	overflow: auto;
	white-space: nowrap;
	align-items: center;
}


.scroller::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.scroller::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.scroller::-webkit-scrollbar-thumb {
	background: #888;
}
/* .featureImage img {
	width: 100%;
} */

.featureImage {
	background-size: cover;
	background-position: center;
	height: 15rem;
	width: 100%;
	border-left: 1px solid #420100;
	overflow: hidden;
	position: relative;
}

.communityFeatureLables {
	position: absolute;
	top:0;
	background: rgba(0, 0, 0, 0.8);
	overflow-y: auto;
	z-index: 500;
}
.communityFeatureLables h5 {
	color:#ffffff;
}

.communityFeatureLables a.selected h5 {
	color:#999999;
}

.featureText {
	border-left: 1px solid #420100;
}

.featureContent {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 100%;
	height:100%;
	position: absolute;
	bottom:0;
	display: none;
}
.featureContent>div {
	display: flex;
	align-items: center;
	width: 100%;
	height:100%;
}

.hasTextContent {
	cursor: pointer;
}
