.hero-wrapper{
  position: relative;
}
.hero-wrapper img {
  object-fit: cover;
  width:100%;
  height: 100%;
  display: block;
}
.hero-wrapper .hero-content{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.hero-wrapper .breadcrumbs_wrapper {
  background: transparent;
}