.partners{
    direction: ltr;
    height:120px;
}
.partners-slide{
    height:100px;
    object-fit: contain;
    margin:auto;
}

.home-slider{
    direction:ltr;
    /* width:100%; */
    height: 100%;
}

.home-slider img{
    background-color: rgba(0, 0, 0, 0.5);
}

.rtl{
    direction: rtl;
    text-align: right;
}

.troweqa-title{
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}

/* Fix overlay title on album images */
.album-image,
.yb-album-image {
  position: relative;
}

.album-image .album-title,
.yb-album-image .album-title {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.6);
  color: #0c0c0c !important;
  padding: 10px 14px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 6px;
  text-align: center;
}



