  @media (max-width: 767px) {
        
        iframe {
          width: 100% !important;
        }

        .tmg #tmg_ps_body form div label {
          width: 60px;
        }

        .tmg #tmg_ps_body form div input {
          width: auto;
        }

        .tmg {
          max-width: 320px;
          margin-left: auto;
          margin-right: auto;
        }

        .tmg .tmg_ps_paysys_desc {
          width: 200px;
        }
        .tmg  form div label {
          width: 60px;
        }
      }