.progress-bar {
  height: 10px;
  width: 100%;
  position: relative;
  background-color: #D8D8D8;
}
.progress-bar__current {
  background-color: #ed0f00;
  height: 100%;
}
.find-your-hoop-inline .progress-bar {
  position: static;
}
@media (max-width: 1200px) {
  .progress-bar {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .progress-bar {
    bottom: -150px;
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .progress-bar {
    bottom: -80px;
  }
}
