.iframe-modal{display:flex;flex-direction:column;align-items:center;box-sizing:border-box;height:100%;padding:1rem;background-color:#f3f3fe}.iframe-modal__iframe{width:100%;height:100%;border:unset;border-bottom-left-radius:20px;border-bottom-right-radius:20px}@media(max-width:767px){.iframe-modal__display{height:100%;max-height:540px;width:90%;border-radius:20px;overflow-y:hidden}}@media(max-width:400px){.iframe-modal__display{max-height:575px}}