dotio
9/19/2017 - 4:48 PM

overlay #overlay

overlay #overlay

.section-banner
	height: 600px
	display: flex
	align-items: center
	color: #FFFFFF
	position: relative
	background: $main-gradient
	z-index: 1
	&::after
		content: ''
		position: absolute
		top: 0
		left: 0
		width: 100%
		height: 100%
		z-index: -1
		opacity: .41
		background-image: url('../img/6.jpg')
		-webkit-background-size: cover
		background-size: cover
		mix-blend-mode: overlay