.binet-most-commented {
	margin: 20px 0;
}
.binet-most-commented__title {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
}
.binet-most-commented__item {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.binet-most-commented__item-img {
	margin-bottom: 5px;
}
.binet-most-commented__item-url:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}