/* hasnt-brand */
.hasnt-brand {
	position: relative;
	overflow: hidden;
	display: table;
}
.hasnt-brand:hover {
	opacity: .8;
}
.hasnt-brand:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../image/smok.jpg");
	background-size: cover;
}
.hasnt-brand img {
	max-width: 100%;
	height: auto;
}
.hasnt-brand i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	font-style: normal;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
	max-width: 100%;
}