.VueCarousel .VueCarousel-wrapper {
  cursor: pointer; }

.VueCarousel .VueCarousel-navigation-button {
  width: 1.375rem;
  height: .75rem; }

.VueCarousel .VueCarousel-navigation-next span,
.VueCarousel .VueCarousel-navigation-prev span {
  width: .95rem;
  height: 4px;
  background-color: #fff;
  position: absolute; }

.VueCarousel button.VueCarousel-navigation-next {
  right: -.5rem; }

.VueCarousel button.VueCarousel-navigation-prev {
  left: -.5rem; }

.VueCarousel .VueCarousel-navigation-next span:first-child {
  transform: rotate(-45deg);
  bottom: 0;
  right: 0; }

.VueCarousel .VueCarousel-navigation-next span:last-child {
  top: 0;
  right: 0;
  transform: rotate(45deg); }

.VueCarousel .VueCarousel-navigation-prev span:first-child {
  transform: rotate(45deg);
  bottom: 0;
  left: 0; }

.VueCarousel .VueCarousel-navigation-prev span:last-child {
  top: 0;
  left: 0;
  transform: rotate(-45deg); }

.lightbox {
  position: fixed;
  z-index: 250;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 2.75rem; }

.lb-content.lb-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto; }
  .lb-content.lb-content .VueCarousel {
    max-width: 800px;
    display: block; }
  .lb-content.lb-content .VueCarousel-pagination {
    display: flex; }
  .lb-content.lb-content .VueCarousel-dot {
    border-color: #fff !important;
    background-color: transparent !important; }
  .lb-content.lb-content .VueCarousel-dot--active {
    border-color: #fff !important;
    background-color: #fff !important; }

.lightbox .close-lb {
  position: absolute;
  top: 1.75rem;
  right: 1.25rem;
  width: 1.375rem;
  height: 1.375rem;
  cursor: pointer; }
  .lightbox .close-lb span {
    top: calc(50% - 3px);
    left: 0;
    width: 1.91rem;
    height: 4px;
    background-color: #fff;
    position: absolute;
    margin: auto; }
    .lightbox .close-lb span:first-child {
      transform: rotate(45deg); }
    .lightbox .close-lb span:last-child {
      transform: rotate(-45deg); }

.news-img-wrap > .VueCarousel .VueCarousel-navigation {
  display: none; }

.gallery-phantom {
  background-color: gainsboro; }

@media (min-width: 768px) {
  .lightbox .close-lb {
    top: 3.65rem;
    right: 8.5vw; }
  .VueCarousel button.VueCarousel-navigation-next {
    right: -2rem; }
  .VueCarousel button.VueCarousel-navigation-prev {
    left: -2rem; } }

@media (min-width: 1440px) {
  .lightbox .close-lb {
    right: calc((100vw - 90rem + 16.75rem) / 2); } }
