
/*
  Balanced vertical position:
  low enough to stay clear of the scroll/navigation controls,
  high enough to remain above the next section.
*/
[data-chat-slideshow-controls="true"]{
  top:-28px !important;
  z-index:20 !important;
}
@media (max-width:767px){
  [data-chat-slideshow-controls="true"]{
    top:-18px !important;
  }
}
