.detail-box {
  .my-carousel {
    position: absolute!important;
    top: 66px;
    width: 168px!important;
    background: rgba(0, 0, 0, .6);
    font-size: 12px;
    color: $white;
    border-radius: 3px;
    padding: 6px 9px;
    z-index:99;
    opacity: 0;
    transition: opacity .3s;
    img {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 7px;
    }
  }
}