.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px;
	overflow: hidden;

	iframe,
	object,
	embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.large{
	font-size: @font-size-large;
	line-height: 1.25em;
}
.small,small{

	font-size: @font-size-small;
}

.btn{
	border-radius: 0;
}

.contentblock{
	padding: 20px;
	background: @lum-gray;
	& > *{
		color : #ffffff;
	}

	a:hover{
		color : #ffffff;
	}

	&.green{
		background: @lum-green;
	}
	&.orange{
		background: @lum-orange;
	}
	&.blue{
		background: @lum-blue-dark;
	}
}
