.fancybox__container{
  background: rgba(0, 0, 0, 0.8);
}
.f-button {
  background: none;
  color: #fff;
}

.f-button svg {
  width: auto;
  height: auto;
  stroke: none;
}

.f-button.is-next,
.f-button.is-prev {
  width: auto;
  height: initial;
}

.f-button.is-next svg circle,
.f-button.is-prev svg circle {
  fill: #981e32 !important;
}

.f-carousel__nav .f-button:disabled svg circle,
.fancybox__nav .f-button:disabled svg circle {
  fill: #484848 !important;
}

.f-button.is-prev {
  left: 10% !important;
}

.f-button.is-next {
  right: 10% !important;
}

.f-button:hover:not([disabled]) svg g {
  opacity: 1 !important;
}

.f-button:hover:not([disabled]) {
  background-color: transparent;
}

.fancybox__toolbar {
  bottom: 70px;
  top: auto !important;
}

.is-left {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  bottom: 30px;
}

.is-middle {
  border-radius: 500px;
  position: absolute;
  left: 0;
  right: 0;
  display: inline-flex;
  justify-content: center;
  width: 366px;
  margin: 0 auto;
  background-color: #383838;
  max-width: 90%;
  z-index: 1;
}

.fancybox__toolbar__column.is-right {
  position: fixed;
  right: 32px;
  top: 32px;
}

@media (max-width: 980px) {
  .fancybox__nav{
    display: none;
  }
}
