#pGallery {
  position: relative;
}
#pGallery img {
  width: 100%;
  max-height: 100%;
}
.gallery li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}
.gallery .v1 {
  position: relative;
  display: block;
}
.lc,
.rc {
  float: left;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  width: 30px;
  padding: 0 35px;
  background-image: url("/themes/devolkitchens/img/icons/white-l-arrow.svg");
  background-position: center 50%;
  background-size: 12px auto;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
}
.rc {
  background-image: url("/themes/devolkitchens/img/icons/white-r-arrow.svg");
  right: 0;
  background-color: transparent;
}
#pGallery .dot {
  cursor: pointer;
  height: 0.4em;
  width: 0.4em;
  background-color: #ffffff6a;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
#pGallery .dots {
  width: 100%;
  position: absolute;
  z-index: 9;
  padding: 0;
  bottom: 3.8%;
  margin-bottom: 1.8em;
  left: 24px;
}
#pGallery .dot.active,
.dot:hover {
  background-color: #ffffff;
}
#pGallery figcaption {
  position: absolute;
  color: #fff;
  right: 20px;
  bottom: 52px;
  right: 28px;
  bottom: 6.6%;
  font-size: 0.9em;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1100px) {
  #pGallery figcaption {
    bottom: 7.2%;
  }
}

@media screen and (max-width: 968px) {
  #pGallery figcaption {
    bottom: 7.7%;
  }
}

@media screen and (max-width: 820px) {
  #pGallery figcaption {
    bottom: 8.3%;
  }
}

@media screen and (max-width: 768px) {
  .productGallery .dots {
    margin-bottom: 0;
  }
  #pGallery {
    margin-left: -7%;
    margin-left: -6.8%;
    width: 114%;
  }
  #pGallery figcaption {
    right: 20px;
    bottom: 4%;
    font-size: 0.85em;
  }
  #pGallery .dots {
    left: 22px;
    bottom: 4.4% !important;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 430px) {
  #pGallery .dots {
    left: 22px;
    bottom: 25px !important;
  }
}
