.ric-banner-hero{
  display: flex;
}
.ric-banner-hero img {
  width: 100%;
  height: auto;
  
}

.ric-banner-hero__placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.04);
  color: rgba(0,0,0,.65);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}



