.banner-hero img {
  height: 346px;
  min-height: 346px;
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
}
@media screen and (max-width:1024px){
  .template-page-showrooms-list .banner-hero img{
    min-height:auto;
    height: auto;
  }
}
