css


.full-width-img {
  width: 100%;
  border-radius: 4px;
  margin: 2rem 0;
}
.portrait-img {
  width: 250px;
  border-radius: 6px;
  display: block;
  margin: 1.5rem auto;
}
.hero {
  height: 55vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: white;
  text-shadow: 0 2px 5px rgba(0,0,0,0.6);
}