.penci-image-holder {
  position: relative;
  width: 100%;
  background: #f5f5f5 url('../../Images/no-image.jpg');
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}
.penci-image-holder:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6667%;
  background: none !important;
  box-shadow: none !important;
}
.penci-image-holder:not([style*='background-image']),
.penci-lazy[src*="penci-holder"],
.penci-holder-load:not([style*='background-image']) {
  background-image: linear-gradient(to left, #f5f5f5 0%, #efefef 15%, #f5f5f5 40%, #f5f5f5 100%);
  background-repeat: no-repeat !important;
  background-color: #f5f5f5;
  background-size: 900px 1700px !important;
  background-position: center center !important;
  animation: pencipreload 0.85s infinite linear forwards;
  -webkit-animation: pencipreload 0.85s infinite linear forwards;
}
.penci-lazy[src*="penci-holder"] {
  width: 100%;
  height: auto;
}
.holder-square.penci-lazy[src*="penci-holder"] {
  height: 0;
  padding-bottom: 100%;
}
.instagram-square-lazy.penci-lazy[src*="penci-holder"] {
  height: 0 !important;
  padding-bottom: 100% !important;
}
.penci-sidebar-content .thumbnails.no-border .instagram-square-lazy.penci-lazy[src*="penci-holder"],
.footer-widget-wrapper .thumbnails.no-border .instagram-square-lazy.penci-lazy[src*="penci-holder"] {
  margin: 5px !important;
  width: calc(90%) !important;
}
@-webkit-keyframes pencipreload {
  from {
    background-position: -800px 0;
  }
  to {
    background-position: 100px 0;
  }
}
@keyframes pencipreload {
  from {
    background-position: -800px 0;
  }
  to {
    background-position: 100px 0;
  }
}
.penci-image-holder.small-fix-size {
  width: 120px;
}
.penci-image-holder.square-fix-size:before {
  padding-top: 100%;
}
.penci-image-holder.rectangle-fix-size:before {
  padding-top: 128%;
}
.penci-image-holder.slider-style-1-fix {
  height: 600px;
}
.penci-image-holder.slider-style-2-fix {
  width: 900px;
}
.penci-image-holder.slider-style-2-fix:before {
  padding-top: 56.7%;
}
.penci-image-holder.slider-style-7-fix:before {
  padding-top: 56.6667%;
}
.penci-image-holder.slider-style-3-fix {
  height: 560px;
}