@font-face {
  font-family: 'Ginger';
  src: url(/fonts/Sporza/F37Ginger_Regular.otf);
}
@font-face {
  font-family: 'Ginger';
  font-weight: bold;
  src: url(/fonts/Sporza/F37Ginger_Bold.otf);
}
body {
  font-family: 'Ginger', serif;
}
#allslides {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slide.show {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  overflow: hidden;
}
.hashtag {
  color: #66add6;
}
.slide-message-bottom-left {
  position: absolute;
  left: 210px;
  bottom: 139px;
  max-width: 1000px;
  overflow: hidden;
}
.slide-media-top-right {
  position: absolute;
  top: 139px;
  right: 210px; 
  height: 650px;
    width: 1155px;
  overflow: hidden;
}
.content-background {
  background: linear-gradient(to right, #FFB400 0px, #bf8700 17px, black 17px, black 70%, #0003 100%);
  padding-left: 17px;
  width: fit-content;
}
.content-box {
  color: white;
  font-size: 48px;
  margin: 5px 25px 5px 20px;
  display: inline-block;
  position: relative;
}
@keyframes blockAnimationIn {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
.show .content-box {
  animation: blockAnimationIn .3s .2s both;
}
.author-background {
  background: #FFF;
  color: black;
  width: fit-content;
}
.author {
  font-size: 35px;
  line-height: 35px;
  padding: 2px 10px;
  position: relative;
}
.show .author {
  animation: blockAnimationIn .3s .2s both;
}
.slide .media .background {
  position: absolute;
  top: -25px;
  left: -25px;
  bottom: -25px;
  right: -25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(10px);
  opacity: 1;
}
.media .status {
  position: absolute;
  opacity: .7;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}
.media .status svg {
  fill: #FFB400;
}
.media .progressbar {
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.media .progressbar .progress {
  position: relative;
  float: left;
  background-color: #FFB400;
  height: 5px;
  opacity: 1;
}