.news-items {
	position: relative;
}

.news-items-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fcfcfc;
	display: none;
	opacity: 0.5;
	z-index: 10;
}