.full-width-image{
	height:90vh;
	display: flex;
	align-items: flex-end;
	padding:0;
}
.full-width-image .copy{
	background:rgba(0,0,0,.45);
	width:485px;
	color:var(--white);
	padding:clamp(20px, 6.25vw, 80px);
}
.full-width-image .copy a{
	color:var(--white);
}
.full-width-image .copy a:after{
	background:var(--white);
}
.full-width-image .copy h2{
	margin:0;
}
.full-width-image .copy h2 + p{
	margin-top:1rem;
}
.full-width-image .copy p + div{
	margin-top:2.5rem;
}
@media only screen and (max-width: 900px) {
	.full-width-image{
		height:50vh;
	}
	.full-width-image .copy{
		width:100%;
	}
}