@media (min-width: 930px){
.header__inner{
	background-color: rgba(255,255,255,0.5);
}
.intro{
	background-image: url('../img/intro.jpg');
	background-position: right bottom;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.intro__content{
	max-width: 44%;
}
}