.custom-trending-image {
position:relative;
}
.custom-trending-overlay {
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
text-align:center;
display:inline-block;
}
.custom-trending-image:hover .custom-trending-overlay {
background:rgba(0, 0, 0, 0.4)
}
.custom-trending-overlay img {
position:relative;
top:50%;
margin-top:-40px;
filter:alpha(opacity=30);
opacity:.30;
}
.custom-trending-image:hover .custom-trending-overlay img {
filter:alpha(opacity=100);
opacity:1;
}
.custom-cams-list {
margin-bottom:20px;
}

.custom-list-cams {
border-left:10px solid #FFF;
width:385px;
}
.clear,.nav:after,.custom-content-list .list-group {
clear:left!important;
}
.updates-clear {
clear:both!important;
}
.custom-cams-list-item-headshot {
max-height:143px;
}
.custom-list-cams .list-group {
position:relative;
top:25px;
}
@media (min-width:1200px) {
	.custom-list-cams .list-group-item .custom-img-default, .custom-list-item-name {
		max-width:158px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.custom-list-cams {
		width:315px;
	}
	.custom-list-cams .list-group-item .custom-img-default, .custom-list-item-name {
		max-width:123px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.custom-list-cams {
		width:369px;
	}
	.custom-list-cams .list-group-item .custom-img-default, .custom-list-item-name {
		max-width:150px;
	}
}