.street-view-embed {
  display: block;
  position: relative;
  width: min(100%, 52rem);
  aspect-ratio: 4 / 3;
  min-height: 200px;
  margin: 1.25rem auto;
  overflow: hidden;
  border: 1px solid rgba(127, 127, 127, 0.28);
  border-radius: 8px;
  background: #e9ecef;
}

.street-view-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.street-view-embed-link {
  display: inline-block;
  margin: 0.5rem 0;
}
