@charset "utf-8";
/* CSS Document */

.hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url("../img/IMG_2400._x3.jpg");
  /* Set a specific height */
  height: 350px; /*50%*/
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 20%;
  left: 20%;
  transform: translate(-10%, -10%);
  color: white;
}

.agent img {width:60%;}