.custom-html--sitecore .o-gallery {
    display: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 15px;
  }
  .custom-html--sitecore .scWebEditInput .o-gallery {
    display: block;
  }
  .custom-html--sitecore .o-gallery img {
    display: inline;
    margin: 0;
    padding: 0;
    position: static;
    max-width: 100px;
  }
  .custom-html--sitecore .o-gallery--ready {
    display: block;
  }
  .custom-html--sitecore .o-gallery--ready img {
    display: block;
    max-width: 100%;
  }
  .custom-html--sitecore .o-gallery__stage {
    position: relative;
    background-color: #000000;
    overflow: hidden;
  }
  .custom-html--sitecore .o-gallery__stage:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .custom-html--sitecore .o-gallery__image {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
  }
  .custom-html--sitecore .o-gallery__image img {
    display: block;
    max-width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .custom-html--sitecore .o-gallery__image--active {
    -webkit-animation-name: oGalleryFadeIn;
    animation-name: oGalleryFadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
  }
  .custom-html--sitecore .o-gallery__image--first {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
  }
  .custom-html--sitecore .o-gallery__tray {
    width: 100%;
    margin: 0;
    padding: 10px 0 10px 0;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  @media (min-width: 768px) {
    .custom-html--sitecore .o-gallery__tray {
      padding-top: 25px;
      padding-bottom: 10px;
    }
  }
  @media (min-width: 1000px) {
    .custom-html--sitecore .o-gallery__tray {
      padding-top: 30px;
    }
  }
  .custom-html--sitecore .o-gallery__reel {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .custom-html--sitecore .o-gallery__reel:before,
  .custom-html--sitecore .o-gallery__reel:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    top: 10px;
    height: 50px;
    width: 20px;
    border-radius: 100%;
    z-index: 3;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0;
  }
  @media (min-width: 768px) {
    .custom-html--sitecore .o-gallery__reel:before,
    .custom-html--sitecore .o-gallery__reel:after {
      top: 25px;
      height: 60px;
    }
  }
  @media (min-width: 1000px) {
    .custom-html--sitecore .o-gallery__reel:before,
    .custom-html--sitecore .o-gallery__reel:after {
      top: 30px;
    }
  }
  .custom-html--sitecore .o-gallery__reel:before {
    left: -20px;
    -webkit-box-shadow: 4px 0 11px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 4px 0 11px 0 rgba(0, 0, 0, 0.7);
  }
  .custom-html--sitecore .o-gallery__reel:after {
    right: -20px;
    -webkit-box-shadow: -4px 0 11px 0 rgba(0, 0, 0, 0.7);
    box-shadow: -4px 0 11px 0 rgba(0, 0, 0, 0.7);
  }
  .custom-html--sitecore .o-gallery__shadow-l:before {
    opacity: 1;
  }
  .custom-html--sitecore .o-gallery__shadow-r:after {
    opacity: 1;
  }
  .custom-html--sitecore .o-gallery__thumbs {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  @media (min-width: 768px) {
    .custom-html--sitecore .o-gallery__thumbs {
      margin-left: auto;
    }
  }
  .custom-html--sitecore .o-gallery__thumb {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    display: block;
    margin: 0 10px 6px 0;
    position: relative;
    cursor: pointer;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  @media (min-width: 768px) {
    .custom-html--sitecore .o-gallery__thumb {
      width: 60px;
      height: 60px;
      -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
    }
  }
  .custom-html--sitecore .o-gallery__thumb:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 2px;
    width: 100%;
    height: 4px;
    background-color: #000000;
    opacity: 0;
  }
  .custom-html--sitecore .o-gallery__thumb:last-child {
    margin-right: 0;
  }
  .custom-html--sitecore .o-gallery__thumb--active:after {
    opacity: 1;
  }
  .custom-html--sitecore .o-gallery__nav {
    display: block;
    padding: 0 0 10px 0;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
  }
  .custom-html--sitecore .o-gallery__nav a {
    font-size: 100%;
    margin-right: 15px;
  }
  .custom-html--sitecore .o-gallery__nav a:last-child {
    margin-right: 0;
  }
  .custom-html--sitecore .o-gallery__footer .o-gallery__page,
  .custom-html--sitecore .o-gallery__footer .o-gallery__page strong {
    display: inline;
    font-family: "Graphik Black", "Arial Black", Sans-Serif;
    font-weight: 900;
  }
  .custom-html--sitecore .o-gallery__footer .o-gallery__caption {
    display: inline;
    margin-left: 8px;
  }
  .custom-html--sitecore .o-gallery__footer .o-gallery__caption:before {
    content: "|";
    font-weight: bold;
    margin-right: 8px;
  }
  .custom-html--sitecore .o-gallery__footer .o-gallery__caption span {
    color: #666666;
  }
  .custom-html--sitecore .o-gallery__footer strong {
    font-family: "Graphik Black", "Arial Black", Sans-Serif;
    font-weight: 900;
  }
  @-webkit-keyframes oGalleryFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes oGalleryFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  