/* teaser block widget styles */

.teaser-block-border { 
	display: inline-block;
	margin-bottom: 20px;
}

.shape-rectangle .teaser-block-img { 
	line-height: 0;
	margin-bottom: 1em;
}

.teaser-top-space {
	padding-top: 1px;
}

.teaser-left-space {
	padding-left: 40px;
}

.teaser-right-space {
	padding-right: 40px;
}

.teaser-block-link {
	display: block;
	position: relative;
}

.teaser-block-link:hover {
	opacity: 0.7;
}

.block-like-table {
	display: table;
	table-layout: fixed;
}

.block-like-cell {
	display: table-cell;
	vertical-align: top;
}

@media screen and (max-width: 960px) {
	
	.block-like-table {
		display: block;
	}
	
	.block-like-cell .teaser-block-img {
		display: inline-block;	
	}
	
	.block-like-cell .teaser-block-img img {
		max-width: 80%;	
	}
	
	.block-like-cell .teaser-block-img.block-right {
		text-align: right;	
	}
	
	.teaser-left-space {
		padding-left: 0;
	}
	
	.teaser-right-space {
		padding-right: 0;
	}
	
	.teaser-block-border.block-right {
		margin-bottom: 0;
		margin-top: 20px;
	}
	
}