/* Add here all your css styles (customizations) */

.blog-banner-image {
	position: relative;
	z-index: -1;
}

/*Darkening the image*/
.blog-banner-image:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
