.t-container {
   overflow:hidden; 
}
.t-scroller {
  white-space: nowrap;
  transform: translateX(0);
  display: inline-flex;
  align-items: flex-start;
  user-select: none;
}

.t-item {
  display:inline-block;
  width:380px;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin:0 20px;
  padding:0 32px;
  white-space: normal;
  background
}

.t-item img {
  width:48px;
  height:48px;
  border-radius:50%
}