.imageBox .preViewTube,
.imageBox .textBox .icon-play {
  display: none;
}
.imageBox .textBox p > span{
top: 0;
bottom: inherit;
}

.imageBox {
  box-shadow: none !important;
  border-color: #313131 !important;
  border-width: 2px !important;
  border-radius: 5px !important;
  min-height: 95px;
  background-color: #00000000 !important;
  overflow: visible;
}
.imageBox:hover {
  transform: translate3d(0, 0, 0) scale(1.02) !important;
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.75) !important;
}
.imageBox .textBox {
  width: calc(100% - 54px) !important;
  left: 54px;
  background: #00000000;
  padding-top: 6px;
}
.imageBox .textBox p {
  position: relative !important;
  bottom: initial !important;
  width: calc(100% + 3px) !important;
  padding-right: 41px !important;
  min-height: 34px;
  line-height: 17px;
  /* height: 15px !important;
  text-overflow: ellipsis;
  white-space: nowrap; */
}
@media (min-width: 768px) {
  .imageBox .textBox p {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .imageBox .textBox p {
    font-size: 12px !important;
  }
}
.imageBox:hover .textBox {
  background: #00000000;
}
.imageBox .textBox {
  position: relative !important;
  bottom: initial !important;
}
.green-audio-player {
  width: calc(100% - 69px);
  min-width: auto;
  height: 36px;
  left: 54px;
  position: relative;
  margin: 0 8px 8px;
  background-color: #1e1e1e;
  padding-left: 0;
}
.green-audio-player .volume .volume__controls.top {
  bottom: 34px;
}
.green-audio-player .volume .volume__controls {
  height: 70px;
}
.green-audio-player .holder {
  position: relative;
  left: -39px;
  top: calc(50% - 40px);
  z-index: 3;
}
.green-audio-player .holder [aria-label="Pause"] {
  position: relative;
  left: -2px;
}
.play-pause-btn:before {
  content: "";
  background: trasnparent;
  width: 125px;
  height: 92px;
  position: absolute;
  left: -22px;
  top: -34px;
}

.green-audio-player .holder .loading {
  position: relative;
  top: 22px;
  right: -1px;
  z-index: 4;
}
.green-audio-player .controls {
  margin-left: 0;
}

.ico-audiplay {
  position: relative;
  left: 0;
  top: 0;
}
.imageBox .ico-audiplay {
  max-width: 48px;
  height: auto;
  top: 22px;
  position: absolute;
  left: 6px;
  z-index: 2;
}
.play-pause-btn[aria-label="Pause"] svg path[d="M0 0h6v24H0zM12 0h6v24h-6z"] {
  fill: #44bfa3;
}
.green-audio-player .slider .gap-progress .pin {
  background: #566474;
}
