p { max-width: 100%; }
.heroimg { width:70%;border-radius:20%;margin-top:-30px; }
.foottext { padding: 10px; float: right; }
@media only screen and (max-width: 768px) {
.heroimg { display: none; }
}
