/* latest-novelties */

#latest-novelties {

	margin-bottom: 80px;
}

.novelties-grid {

	display: flex;
	flex-wrap: wrap;
	margin: -16px;
}

.novelty-item {

	width: 336px;
	height: 280px;
	border-radius: 6px;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 16px;
}

.novelty-item-link-wrap {

	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.novelty-name {

	font-size: 18px;
	color: #fff;
	text-transform:  uppercase;
	position: absolute;
	top: 20px; left: 20px;
	z-index: 1;
	max-width: 164px;
}

/* /latest-novelties */