/* .thumb-info-action {
  z-index: 3;
} */

.thumb-info-action-hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 45px;
  text-align: center;
  opacity: 1;
  /* transition: transform .2s ease-out, opacity .2s ease-out; */
  /* transform: translate3d(0, -70%, 0); */
  z-index: 2;
}

.thumb-info-wrapper:hover .thumb-info-action-hover {
  opacity: 0;
}

.thumb-info-action-hover .thumb-info-action-icon.thumb-info-action-icon-light {
  background-color: red;
}

h1, h2, h3, h3, h4, h5, h6 {
  text-transform: initial;
}
