
/* ---- Masonry Tile Sizes ---- */
.hms-masonry-item.small {
  width: 292px !important;
  height: 177px !important;
  flex: 0 0 auto;
}
.hms-masonry-item.big {
  width: 292px !important;
  height: 354px !important;
  flex: 0 0 auto;
}
.hms-masonry-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---- Overlay Text Always Visible ---- */
.hms-slide-text {
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
  text-align: left;
  background: rgba(0,0,0,0.25);
}
.hms-slide-title { font-size: 22px; font-weight: bold; color: #fff; margin: 0; }
.hms-slide-subtitle { font-size: 16px; color: #ccc; margin: 0; }
.hms-slide-footer { font-size: 14px; color: #fff; margin-top: auto; padding-bottom: 10px; }

/* ---- Bottom Bar ---- */
.hms-bottom-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  height: 35px;
  background: #000;
  display: flex; justify-content: center; align-items: center;
  z-index: 1000;
}
.hms-bottom-bar .center-track {
  height: 3px; width: 80px;
  background: #fff;
  overflow: hidden;
}
.hms-bottom-bar .arrow {
  font-size: 16px; color: #fff; margin: 0 8px; cursor: pointer;
}
