vsd-db {
  .nav-tabs-custom {
    margin-bottom: 0;
    box-shadow: none;
  }

  svg {
    width: 100%; 
    height: 400px;
  }

  button.expand {
    right: 5px;
    position: absolute;
    display: block;
  }

  button.collapse {
    right: 5px;
    position: absolute;
    display: none;
  }

  .expanded {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 2000;
      background-color: rgba(255,255,255,0.9);

    svg {
      width: 100%;
      height: 100%; 
    }

    button.expand {
      display: none;
    }

    button.collapse {
      display: block;
    }
  }
}