img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.thumbnails img {
  height: auto !important;
  width: auto !important;
}
.slide {
  text-align: center;
}
#ng {
  height: calc(100vh - 145px) !important;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1270px) {
  .gallery.restrict li picture {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.lc {
  background-image: url("/themes/devolkitchens/img/icons/grey-l-arrow.svg");
}
.rc {
  background-image: url("/themes/devolkitchens/img/icons/grey-r-arrow.svg");
}
.lc,
.rc {
  height: calc(100% - 84px);
}
.thumbs {
  width: 100%;
  text-align: center;
}
.tmask {
  margin: 0 auto !important;
  width: 100%;
}
.gallery .v1 {
  position: relative !important;
}
@media only screen and (max-width: 767px) {
  .lc {
    background-image: url("/themes/devolkitchens/img/icons/devol-side-left-arrow.png");
  }
  .rc {
    background-image: url("/themes/devolkitchens/img/icons/devol-side-right-arrow.png");
  }
  .lc,
  .rc {
    background-position: center center !important;
    background-size: 12px auto;
    height: 100%;
    width: 30px;
    opacity: 0;
  }
}
#scroller {
  height: 100%;
}
