.field-hero-background-image img {
	width: 450px;
}
.field-hero-background-image {
	text-align: right;
  width: 100%;
}

@media (max-width: 769px) {
  .field-hero-background-image {
	  display:none;
  }
}