.tutorial-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.tutorial-image-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 65vh;
  width: auto !important;
  height: auto;
}
.overlay-label {
  position: absolute;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  z-index: 10;
  transition: all 0.15s ease;
  box-sizing: border-box;
}