<style>
    /* CSS for desktop */
    @media only screen and (min-width: 768px) {
      .desktop-only {
        display: block;
      }
      .mobile-only {
        display: none;
      }
    }

    /* CSS for mobile */
    @media only screen and (max-width: 767px) {
      .desktop-only {
        display: none;
      }
      .mobile-only {
        display: block;
      }
    }
    .Assurance-iframe-container-mobile {
        position: relative;
        width: 100%;
        height: 1700px;
        padding-bottom: 56.25%; /* Adjust this value based on your aspect ratio (Height:Width ratio) */
        overflow: hidden;
        }

    .Assurance-iframe-container-mobile iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        }
        .survey-iframe-container-mobile {
        position: relative;
        width: 100%;
        height: 1800px;
        padding-bottom: 56.25%; /* Adjust this value based on your aspect ratio (Height:Width ratio) */
        overflow: hidden;
        }

    .survey-iframe-container-mobile iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        }
        .DIP-iframe-container-mobile {
          position: relative;
          width: 100%;
          height: 1900px;
          padding-bottom: 56.25%; /* Adjust this value based on your aspect ratio (Height:Width ratio) */
          overflow: hidden;
          }
  
      .DIP-iframe-container-mobile iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          }
        .PAT-iframe-container-mobile {
        position: relative;
        width: 100%;
        height: 2000px;
        padding-bottom: 56.25%; /* Adjust this value based on your aspect ratio (Height:Width ratio) */
        overflow: hidden;
        }

        .PAT-iframe-container-mobile iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        }
         .budget-iframe-container-mobile {
        position: relative;
        width: 100%;
        height: 2450px;
        padding-bottom: 56.25%; /* Adjust this value based on your aspect ratio (Height:Width ratio) */
        overflow: hidden;
        }

        .budget-iframe-container-mobile iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        }
        @media only screen and (min-width: 768px) {
            /* Add your styles here */
            #embedContainer {
                /* Example styles for resizing the container */
                width: 100%;
                height: 100%;
            }
        @media only screen and (max-width: 768px) {
            /* Add your styles here */
            #embedContainer {
                /* Example styles for resizing the container */
                width: 100%;
                height: 1800px;
            }
        }

  </style>