.application .col-lg-4{
	padding:5px 5px;

}

.application .background_container{
	width:100%;
	height:264px;
	text-align:right;
	position:relative;
	background-repeat:no-repeat;
}


.application .background_container .title{
	position:absolute;
	bottom:0px;
	right:0px;
	width:100%;
	font-size:20px;
	padding: 10px;
	box-sizing:border-box;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	
}


.application a{
	color:#fff;
}

@media (max-width: 768px){
	.application .background_container .title{
		font-size:16px;
	}
	.application .background_container{
		height:120px;
	}
}





@media (max-width: 450px){
	
	.application .background_container{
		background-repeat:no-repeat;
		background-size:cover;
	}


}