.tx-slider{
	background-size: cover;	
}

.content-hero,
.tx-hero{
	background-size: cover;	
	background-position: center center;
	padding: 0;
	color: #fff;
	text-shadow: 1px 1px 2px #000000;
}

.content-hero .box-table,
.tx-hero .box-table{
	display: table;
	width: 100%;
	min-height: 200px;
}

.content-hero .box-vertical-align,
.tx-hero .box-vertical-align{
	vertical-align: middle;
	display: table-cell;
}