body {
  background-color: #1e1d1d !important;
}

#content {
  margin-top: 2rem;
}

.glide__track {
  margin-top: 2rem;
}

.stovka-gallery-wrapper {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 2rem;
  color: white;
}

.glide__slide img {
  width: 100%;
}

.title {
  display: inline;
  line-height: 4rem;
}

.backLink {
  margin-bottom: 2rem;
}

.backLink a.back {
  background-color: white;
  padding: 0.5rem 1rem;
  border: 2px solid #d90823;
}

.backLink a.back:hover {
  background-color: #d90823;
  color: white;
}

.arrow-btn {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  color: #d90823;
  box-shadow: none;
  border: none;
}

.arrow-btn:focus {
  outline: none;
}

.arrow-btn svg {
  width: 40px;
  height: 40px;
}

.controls {
  position: relative;
  bottom: 0.5rem;
}

.indexInfo {
  font-size: 23px;
  position: relative;
  left: 6px;
  top: 4px;
  letter-spacing: 2px;
}

.caption {
  margin-top: 1rem;
}

#stovka-gallery-items {
  list-style-type: none;
  padding: 0;
}

@media (max-width: 991px) {
  .stovka-gallery-wrapper {
    padding: 0 1rem;
  }

  .title {
    line-height: 3rem;
    font-size: 1.5rem;
  }

  .controls {
    display: none;
  }

  .glide__slide {
    margin-bottom: 2rem;
  }
}
