iframe {
    border: 0;
    width: 100%;
    height: auto;
}

#modelBox {
    z-index: 999;
    position: fixed;
    top: 40%;
    left: 10%;
    right: 10%;
    /* transform: translateX(-50%); */
    /* width: 300px; */
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: 100px;
}
