.tetherx-tooltip {
  width: 300px;
}

.tetherx-tooltip .tooltip-inner {
  max-width: 100%;
  height: 225px;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.tetherx-tooltip .tooltip-inner img.loading, .tetherx-tooltip .tooltip-inner img.tetherx-zone-state-failed:not(.tetherx-zone-success-loaded) {
  max-height: 50px;
  max-width: 50px;
}

.tetherx-tooltip .tooltip-inner img.tetherx-zone-state-failed:not(.tetherx-zone-success-loaded) {
  margin-bottom: 20px;
}

.tetherx-tooltip .tooltip-inner img.tetherx-zone-state-failed:not(.tetherx-zone-success-loaded) ~ .tetherx-error-description {
  display: block;
  position: absolute;
  bottom: 20px;
}

.tetherx-tooltip .tooltip-inner img {
  width: 100%;
  height: 100%;
}

.tetherx-error-description {
  display: none;
  text-align: center;
  padding: 0 10px;
}
