  /*.slide-container { display: none; }
.slide-container.slick-initialized { display: block; } 
html { visibility:hidden; }*/
.container-125 .slick-slider {margin-bottom:0;}
.container-125 {
  position: relative;
  display: flex;
  background-color: #000;
  width: 100%;
  height: 100%;
  text-align: center;
 
}
.container-125 button {display: none!important}
.container-125 .overlay img {	
 object-fit:contain;
 filter: drop-shadow(0 -2rem 2rem rgba(0, 0, 0, 0.95));
}
.container-125 .overlay {
  top:0;
  bottom:0;
  right:0;
  left:0;
  z-index: 9998;
  max-height: 100%;
  display: flex;
  align-items: normal;
  justify-content: center;
  position: absolute;
  width: 100%;
  background: rgba(1, 1, 1, .35);
  transition: 0.2s;
}
.container-125 .slick-slide {
  position: relative;  
  opacity: 1;
  transition: opacity 300ms ease-in-out;
  display: flex !important;
}
.container-125 .slick-slide img {
  width: 50%;
  display: inline-block;
}
.container-125 .slick-slide div, .container-125 .slick-slide div img {
  width: 100% !important;
  max-width: 100% !important;
}
@media screen and (min-width: 1201px) {
  .container-125 {
    position: relative;
    display: flex;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .container-125 {
    position: relative;
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .container-125 {
    position: relative;
    display: block !important;
    height: auto !important;
  }
  .container-125  button {
    z-index:999;
    margin: -40px 0 0 !important;
    width: 80px;
    height: 80px;
    background: rgba(0, 68, 141, 0.75);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }
  .container-125 .slick-prev, .container-125 .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
  }
  .container-125 button.slick-next {
    background-image: url(/_resources/images/slider-arrow-right.png);
    right: 2px;
  }
  .container-125 button.slick-prev {
    background-image: url(/_resources/images/slider-arrow-left.png);
    left: 2px;
  }
}

@media only screen and (max-width: 500px) {
   .container-125 .slick-slide, .container-125 .slick-slide img { height: 200px !important;object-fit:cover; }
   .container-125 { min-height:200px;}
   .container-125 .overlay img {max-height:200px;}
} 
@media only screen and (min-width: 769px) {
  /* 
  https://stackoverflow.com/questions/45831233/how-to-add-a-slow-zoom-in-effect-to-slider-images-using-slick-slider 
  https://codepen.io/mrswoop/pen/VLqPOm
  */
  .container-125 .slick-slider img, .container-125 .slick-slider, .kb-image {overflow: hidden !important;}
  .container-125 .slick-slider div.slick-active img {
    -webkit-animation: kbMove 20s linear 1;
    -moz-animation: kbMove 20s linear 1;
    -o-animation: kbMove 20s linear 1;
    -ms-animation: kbMove 20s linear 1;
    animation: kbMove 20s linear 1;
  }
  .container-125 .slick-slide[aria-hidden=true] img {visibility: hidden;}
  @keyframes kbMove {
    from {
      transform: scale(1, 1);
      transform-origin: 50% 50%;
    }
    to {
      transform: scale(1.3, 1.3);
      transform-origin: 50% 0%;
    }
  }
  @-webkit-keyframes kbMove {
    from {
      -webkit-transform: scale(1, 1);
      -webkit-transform-origin: 50% 50%;
    }
    to {
      -webkit-transform: scale(1.3, 1.3);
      -webkit-transform-origin: 50% 0%;
    }
  }

  @-o-keyframes kbMove {
    from {
      -o-transform: scale(1, 1);
      -o-transform-origin: 50% 50%;
    }
    to {
      -o-transform: scale(1.3, 1.3);
      -o-transform-origin: 50% 0%;
    }
  }
  @-moz-keyframes kbMove {
    from {
      -moz-transform: scale(1, 1);
      -moz-transform-origin: 50% 50%;
    }
    to {
      -moz-transform: scale(1.3, 1.3);
      -moz-transform-origin: 50% 0%;
    }
  }

  @-ms-keyframes kbMove {
    from {
      -ms-transform: scale(1, 1);
      -ms-transform-origin: 50% 50%;
    }
    to {
      -ms-transform: scale(1.3, 1.3);
      -ms-transform-origin: 50% 0%;
    }
  }
}