html {
  overflow-y: scroll;
}
#container .thumb_slider_js {
  position: relative;
  margin: 0;
}
.thumb_slider_js .ce_text {
  position: absolute;
  opacity: 0;
  transition: opacity 1.5s ease 0s;
}
.thumb_slider_js .ce_text.active {
  opacity: 1;
}
.thumb_slider_js .slide_text {
  background-color: #fff;
  bottom: 30px;
  box-sizing: border-box;
  font-size: 0.75rem;
  left: 3%;
  max-width: 47%;
  padding: 1rem;
  position: absolute;
  z-index: 1;
}
.thumb_slider_js .slide_text h4 {
  margin-top: 0;
}
.thumb_slider_js figure {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.thumbnav {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 30px 0 15px;
  margin-bottom: 1rem;
}
.thumbnav span {
  float: left;
  margin: 0 0 15px 15px;
  opacity: .4;
  transition: opacity .3s ease 0s;
  min-height: 37px;
}
.thumbnav span:focus,
.thumbnav span:hover,
.thumbnav span:active {
  opacity: .8;
}
.thumbnav span.active {
  opacity: 1;
}
.thumbnav a,
.thumbnav img {
  display: block;
}
.thumbnav img {
  height: auto;
}
/* ... 768px width and less - sm ...
-------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 48em) {
  .thumbnav {
    padding: 0 15px 0 0;
    margin-bottom: .5rem;
  }
  .thumb_slider_js .slide_text {
    border-left: 0 none;
    bottom: auto;
    left: auto;
    max-width: none;
    padding: .5rem;
    display: none;
  }
/** *
  .thumb_slider_js,
  .thumb_slider_js .ce_text {
    height: auto !important;
    width: auto !important;
  }
  .thumb_slider_js .ce_text,
  .thumb_slider_js .slide_text,
  .thumb_slider_js figure {
    position: relative;
  }
  .thumb_slider_js .ce_text {
    display: none;
  }
  .thumb_slider_js .ce_text.active {
    display: inherit;
  }
/** */
}
/* ... 768px width and less - sm ... END
-------------------------------------------------------------------------------------------------*/
