#bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #000115;
  height: 100px;
}

#bottom-nav img {
  width: 80px;
  height: 80px;
}

#bottom-nav img.active {
  width: 100px;
  height: 100px;
}

#bottom-nav.with-player {
  padding-bottom: 85px;
}

#bottom-nav swiper-container {
  width: 100%;
}

#bottom-nav swiper-container swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
