/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
  }
  
  #v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  
  .fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
    visibility: hidden;
  }
  
  @media (max-width: 700px) {
    /* hostpot1 */
    #ann4_dialog {
      margin-right: -150px;
      margin-top: 0px;
      width: 250px;
      transform: scale(0.7) !important;
    }
  
    /* hostpot2 */
    #ann5_dialog {
      margin-top: -220px;
      margin-left: -160px;
      width: 250px;
      transform: scale(0.8) !important;
    }
  
    /* hostpot3 */
    #ann6_dialog {
      margin-top: -290px;
      margin-right: -150px;
      width: 250px;
      transform: scale(0.7) !important;
    }
  
    /* hostpot4 */
    #ann7_dialog {
      margin-top: 0px;
      margin-right: -190px;
      width: 290px;
      transform: scale(0.7) !important;
    }
  
    iframe {
      width: 100%;
      height: 150px;
    }
  
    img {
      width: 100%;
    }
  }

  @media (height: 600px) {

    /* hostpot1 */
    #ann4_dialog {
        margin-right: 50px;
        margin-top: 0px;
        width: 250px;
      }
    
      /* hostpot2 */
      #ann5_dialog {
        margin-top: 0px;
        margin-left: 40px;
        width: 250px;
        
      }
    
      /* hostpot3 */
      #ann6_dialog {
        margin-top: -100px;
        margin-right: 50px;
        width: 250px;
      }
    
      /* hostpot4 */
      #ann7_dialog {
        margin-top: 0px;
        margin-right: -190px;
        width: 290px;
        transform: scale(0.7) !important;
      }
    
      iframe {
        width: 100%;
        height: 150px;
      }
    
      img {
        width: 100%;
      }

  }
  


