.before-after__container {
  padding: 40px 0 30px 0;
}

.ba-player__row {
  height: 100px;
  margin: 5px 0;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #ffffff14;
  border-radius: 5px;
}

.ba-player__row:hover {
  background-color: #ffffff17;
}

.play-stop__button {
  font-size: 3em;
  margin-top: -6px;
  margin-right: 15px;

  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.play-stop__button:hover {
  transform: scale(1.04);
  cursor: pointer;
}

.range-input__container {
  width: 300px;
  margin: 0 50px;
}

.range-input {
  height: 2.2em;
}

.track-selector {
  margin-top: -9px;
  margin-left: 15px;
  margin-right: 15px;
  width: 110px;
  background-color: #252525;
}

.selected-track {
  background-color: rgba(255, 0, 0, 0.75);
}
