.million{
	padding: 60rem 0 5rem;
	background: url($img_dir + "great-homeless-shot.jpg") no-repeat center top;
	 background-attachment: fixed;
  background-size: cover;
	position: relative;
	color: #fff;
	font-size: 3rem;
	font-family: $K;
 @media not all and (min-resolution:.001dpcm){ 
  	background-attachment: inherit;
  }
	@include br1{
		padding: 25rem 0 5rem;
	}
	@include br3{
		padding: 15rem 0 5rem;
	}
	&:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: linear-gradient(135deg, rgba($orange, 0) 0%, $red 100%), linear-gradient(to bottom, rgba(110, 0, 2, .5) 5%, rgba($orange, .8) 50%, $orange 100%);
		left: 0;
		top: 0;
		z-index: 2;
	}
	div{
		position: relative;
		z-index: 5;
	}
	.last-text{
		max-width: 500px;
		line-height: 1.2;
		margin: 20px auto 0;
	}
	.big{
		font: 12rem/1 $K;
		font-weight: 600;
		@include br1{
			font-size: 9rem;
		}
		@include br3{
			font-size: 7rem;
		}
		div{
			display: inline-block;
			background: #fff;
			padding: 10px 15px 0px;
			margin-top: 15px;
			background: #fff;
			p{
				text-transform: uppercase;
				background: linear-gradient(135deg, $orange 0%, $red 100%);
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
				color: #0B2349;
				display: block;
				margin: 0 auto;
				line-height: 1;
				@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
					background: transparent;
					color: $orange;
				}
			}
		}
	}
}