#tmwsDialog {
    top: 0%;
    left: 0%;
    bottom: 0%;
    background-color: #fff;
    transform: translate(0, 0);
    z-index: 999;
    border: none;
    width: 80%;
    height: 850px;
    border-radius: 8px;
    padding: 0
}

    #tmwsDialog iframe {
        width: 100%;
        height: 99%;
        border: none
    }

dialog::backdrop {
    background-color: rgba(0,0,0,.5);
    transition: 200ms ease-in-out
}

@media(max-width: 767px) {
    #tmwsDialog {
        max-width: unset;
        max-height: unset;
        width: 100%;
        height: 100%;
        border-radius: 0
    }
}
