.dtn-ros {
	margin-bottom: 60px;
}
.dtn-ros .link {
	display: block;
	text-decoration: none;
	font-weight: normal;
	position: relative;
}
.dtn-ros .link .image {
	display: block;
	width: 100%;
}
.dtn-ros .link .bottom {
	padding: 15px;
	color: #000;
	text-align: center;
}
.dtn-ros .link .bottom .title {
	font-family: 'Amasis MT W01 Light';
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 5px;
	font-weight: bold;
}
.dtn-ros .link .bottom .description {
	font-size: 16px;
	line-height: 20px;
}
.dtn-ros .link .bottom .description strong {
	position: relative;
	color: #a03444;
	font-weight: normal;
	text-transform: uppercase;
	font-family:'Proxima N W01 Bold';
}
.dtn-ros .link .bottom .description strong:after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	margin-left: 5px;
	position: absolute;
	transition: transform 0.1s;
	top: 2px;
}
.dtn-ros .link:hover .bottom .description strong {
	text-decoration: underline;
}
.dtn-ros .link:hover .bottom .description strong:after {
	transform: translateX(5px);
}
@media only screen and (max-width: 64em) {
	.dtn-ros .link .bottom {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 30px;
		background-image: linear-gradient(180deg, transparent, #000);
		color: #fff;
	}
	.dtn-ros .link .bottom .description {
		font-style: italic;
	}
	.dtn-ros .link .bottom .description strong {
		display: block;
		font-style: normal;
		margin-top: 15px;
		color: #fff;
		font-size: 14px;
		line-height: 15px;
	}
}
@media only screen and (max-width: 40em) {
	.dtn-ros {
		margin-bottom: 30px;
	}
	.dtn-ros .link .bottom {
		background-image: none;
		color: #000;
	}
	.dtn-ros .link .bottom {
		position: static;
		padding: 15px;
	}
	.dtn-ros .link .bottom .description strong {
		color: #a03444;
	}
}