
/*.ebmud.home #main .col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
}
*/

.evergreen-box-container {
	position: relative;
	height:120px;
	background: #cfcfcf;
	background-size: cover;	
	background-position: center;
}

@media(max-width:920px) {
	.evergreen-box-container {
		margin:5px 0;
	}

}

.evergreen-box-container:hover {
	cursor: pointer;
}

.evergreen-box-title {
	background: rgba(0,0,0,.6);
	position: absolute;
	bottom: 0;
	
	padding:1ex .5em;
	width:100%;
}

.evergreen-box-title a {
	color:#fff !important;
}

.evergreen-box-title a:hover {
	color:#efefef !important;
	text-decoration: underline;
}