/** @format */

.thumb-image {
  width: 100%;
  z-index: 999;
  position: absolute;
  bottom: -200px;
  white-space: nowrap;
  overflow: auto;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.active-thumb-image {
  bottom: 20px !important;
}
.thumb-slide {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px 10px 25px;
  text-align: center;
  position: relative;
  flex-shrink: 0;
}
.thumb-num {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  padding-top: 2px;
  color: white;
}
.thumb-slide-img {
  position: relative;
  transition: all 0.1s;
  height: 100%;
  transform: scale(1);
}
.active-thumb > .thumb-slide-img {
  transform: scale(1);
  box-shadow: 0 0 2px 3px rgb(254, 123, 1);
}
