.pmt.v1 {

    .pmt-v1-head {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .pmt-v1-frame {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;

        iframe {
            display: block;
            width: 100%;
            height: 900px;
            max-height: 80vh;
            border: 0;
            border-radius: var(--bdr-rds, 8px);
            background: #fff;
        }
    }
}
