.hero-area {
  overflow: hidden;
}

.hero-area picture,
.hero-area img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-area img {
  object-fit: cover;
}
