.tngb-bg{width:100%;height:100%;}


@media (max-width: 768px){

  /* Scale cả globe wrapper */
  .tngb-bg{
    transform: scale(0.5);
    transform-origin: center top;
  }

  /* Giữ đúng chiều cao container */
  .tngb-bg canvas{
    width: 100% !important;
    height: auto !important;
  }

}