.lto-label {
  max-width: 75%;
  min-width: 30%;
  animation: slide-up 0.4s ease;
  border-radius: 20px;
  padding: 10px;
  display: inline-block;
}
.lto-label.lto-nested {
    width: 100%;
    min-width: unset;
    max-width: unset;
    border:none;
    padding:0;
    margin-bottom:10px;
}
.lto-label.lto-right {
  margin-left: 30px;
  bottom: 40px;
}
.lto-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  transition: transform .2s ease-in-out;
  background-size: cover;
  animation: slide-up 0.4s ease;
}
.lto-icon.lto-right {
  margin-left: 30px;
}
