.rp-property-wrapper { min-height: 400px; }
.rp-street-sign { position: absolute; top: 10px; left: 10px; width: 190px; z-index: 10; }

@media (max-width: 767px) {
  .rp-property-wrapper { flex-direction: column; }
  .rp-street-sign { width: 120px; }
}