.plugin-title {
	margin: 0 auto;
	width: 100%;
	max-width: 772px;
	background-size: 100%;
	height: 0;
	padding-bottom: 32%;
	font-size: 20px;
}
.plugin-title .vignette {
	top: 0;
	background: transparent;
	-webkit-box-shadow: inset 0 0 50px 4px rgba( 0, 0, 0, 0.2 ), inset 0 -1px 0 rgba( 0, 0, 0, 0.1 );
	-moz-box-shadow: inset 0 0 50px 4px rgba( 0, 0, 0, 0.2 ), inset 0 -1px 0 rgba( 0, 0, 0, 0.1 );
	box-shadow: inset 0 0 50px 4px rgba( 0, 0, 0, 0.2 ), inset 0 -1px 0 rgba( 0, 0, 0, 0.1 );
}
@media screen and (min-width:810px) and (max-width:960px) {
	.plugin-title {
		height: 250px;
		padding-bottom: 0;
	}
}