@media only screen and (max-width: 415px) {
	.bannerheader-mob {position: absolute; margin-left: 2rem; margin-top: 2rem;}
}
@media only screen and (min-width: 416px) {
	.bannerheader-desktop {position: absolute; margin-left: 6rem; margin-top: 6rem;}
}

.bannerheader-mob h2, .bannerheader-desktop {padding-right: 1.5rem;}
.white {color: white; text-shadow: 2px 2px #000000;}