#fw-section-custom-html-61ffd4c1-a28c-4a59-aeef-78fa22e97ab2 {

.juxtapose-wrapper {
  position: relative;
  width: 100%;
  height: 1000px; /* default desktop height */
}

.juxtapose-wrapper iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile override */
@media (max-width: 768px) {
  .juxtapose-wrapper {
    height: 1000px; /* lebih kecil di HP */
  }
}

}