/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 09 2025 | 06:22:26 */
/* Scale images within container */
.img-responsive { display:block; width:100%; height:auto; }
.tp-zoom-wrap { transition: width .25s ease, padding .25s ease; }
.tp-zoom-wrap.is-zoom {
  float: right !important;
  width: var(--zoom-width, 80%) !important; /* default 80% */
  padding-left: 0 !important;
  margin: 0 auto 1rem;
}
.tp-img-enlarge { cursor: zoom-in; }
.tp-zoom-wrap.is-zoom > .tp-img-enlarge {
  cursor: zoom-out;
  margin-left: auto;
  margin-right: auto;
}
