.ssib-embed {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  background: #f8fcff;
}

.ssib-frame {
  display: block;
  width: 100%;
  min-height: 1200px;
  border: 0;
  background: #f8fcff;
}

@media (max-width: 640px) {
  .ssib-embed {
    border-radius: 12px;
  }

  .ssib-frame {
    min-height: 1500px;
  }
}

