/* @ST timeline style 
.timeline-embed{
  max-height: 850px !important;
  width: auto;
}
.tl-storyslider{
  max-height: 550px;
}

.tl-menubar{
  top: 62.5% !important;
}
.tl-timemarker-content-container{
  min-width: max-content !important;
  height: 30px !important;
}
.tl-timenav{
  max-height: 300px !important;
}
.tl-slidenav-next, .tl-slidenav-previous{
  top: 300px!important;
}
.tl-full-image-background{
  overflow: hidden;
}
.tl-media-item{
  max-height: 505px !important;
}
.tl-timemarker-timespan-content{
  background-color: rgba(216, 216, 216, 0.5)!important;
}
@media only screen and (max-width: 790px) {
  .timeline {
    display: block !important;
  }
  .tl-menubar{
    top:72% !important;
  }
}
*/