/* Responsive Homepage Banner integration owned by the child theme. */
.c4s-banner-media .c4s-responsive-banner-picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.c4s-banner-media .c4s-responsive-banner-picture > .c4s-banner-image {
  width: 100%;
  height: 100%;
}

.c4s-responsive-banner-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 520px);
  min-height: 120px;
  padding: 12px;
  border: 1px dashed #a7aaad;
  border-radius: 6px;
  background: #f6f7f7;
  box-sizing: border-box;
}

.c4s-responsive-banner-preview:empty::before {
  content: "No mobile banner image selected";
  color: #646970;
}

.c4s-responsive-banner-preview img {
  display: block;
  max-width: 100%;
  max-height: 220px;
  width: auto;
  height: auto;
}
