.fancybox-progress {
  background: #dc3545;
}
.fancybox-thumbs__list a::before {
  border: 4px solid #dc3545;
}
@media only screen and (max-width: 600px) {
  .fancybox-inner {
    right: 0 !important;
  }
}
.fancybox-thumbs {
  top: 0;
  width: 200px;
  overflow-y: auto;
  bottom: 10px;
  right: 0;
  margin: 15px 0;
  height: auto;
  background: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 999px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 105px;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
  }
}
.fancybox-thumbs__list {
  height: auto;
}
@media only screen and (max-width: 999px) {
  .fancybox-thumbs__list {
    margin: 0px !important;
  }
}
.fancybox-thumbs__list a {
  background-size: cover;
  max-height: calc(100% - 8px);
  width: 100%;
  height: 10rem;
  margin-bottom: 16px;
  max-width: calc(100% - 8px);
}
@media only screen and (max-width: 999px) {
  .fancybox-thumbs__list a {
    max-height: calc(100% - 10px);
    width: 82px;
    height: 82px;
    margin-bottom: 10px;
    max-width: calc(100% - 10px);
  }
}
.fancybox_thumbs .carouselslide .fancybox_thumb::after {
  border-color: #dc3545;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #dc3545;
}
.fancybox-thumbs > ul > li {
  border-color: rgba(0, 0, 0, 0);
}
