.slider-container {position: relative; overflow: hidden; width: 100%; margin: 0 auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.slider {position: relative; width: 9999px;}
.slider:before, .slider:after {display: table; content: ' ';}
.slider:after {clear: both;}
.slider__item {position: relative; float: left; margin: 0; padding: 0; height: 100%;}
.slider__item img {display: block; max-width: 100%; height: auto;}
.slider__switch span {color: #0070c9; display: block; font-size: 3rem; /*padding: 1rem;*/}
.slider__switch {position: absolute; top: 50%; margin-top: -20px; padding: 10px 5px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; border-radius: 2px; transition: opacity .15s ease; fill: #fff;}
.slider__switch--prev {left: 10px; border: 1px solid #0070c9; background: rgba(255, 255, 255, .6); border-radius: 6px;}
.slider__switch--next {right: 10px; border: 1px solid #0070c9; background: rgba(255, 255, 255, .6); border-radius: 6px;}
.slider__switch:hover {background: transparent;}
.slider__switch[disabled] {visibility: hidden; opacity: 0;}
.slider__caption {position: absolute; width: 90%; top: 2%; right: 4%; display: block; max-width: 480px; margin: 0 auto; padding: 0.8em; font-size: 1em; font-weight: 300; background: rgba(255,255,255,0.75); border-top: 5px solid #8DC2F5;}
.slider__caption-right {right: -60%;}
.slider__caption[disabled] {opacity: 0; visibility: hidden;}
.slider-nav {line-height: 30px; position: absolute; bottom: 0; left: 0; width: 100%; height: 30px; margin: 0; padding: 0; text-align: center; z-index: 99999; filter: alpha(opacity=90); /* ie8 */}
.slider-nav:hover {background: #0070c9; opacity: .2;}
.slider-nav__control {display: inline-block; width: 24px; height: 6px; margin: 0 4px; -webkit-transition: background .5s ease; -moz-transition: background .5s ease; -o-transition: background .5s ease; transition: background .5s ease; background: #fff; cursor:pointer; cursor: hand;}
.slider-nav__control.is-active {background: #0070c9;}
.slider.has-touch {cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing;}
.big-image-container {width: 100%; margin: 0 auto;}
.big-image__item {position: relative; float: left; margin: 0; padding: 0; height: 100%; margin-bottom: 3%;}
.big-image__item img {display: block; max-width: 100%; height: auto;}
.big-image__caption {position: absolute; width: 90%; top: 2%; right: 2%; display: block; max-width: 480px; margin: 0 auto; padding: 0.8em; font-size: 1.2em; font-weight: 300; background: rgba(255,255,255,0.75); border-top: 5px solid #8DC2F5;}

@media only screen and (min-width: 769px) {
  .slider__caption {position: absolute; width: 30%; top: 5%; right: 5%; display: block; max-width: 500px; padding: 0.8em; font-size: 1.3em; font-weight: 300; background: rgba(255,255,255,0.75); border-top: 5px solid #8DC2F5;}
  .big-image__caption { position: absolute; width: 30%; top: 5%; left: 66%; display: block; max-width: 500px; padding: 0.8em; font-size: 1.3em; font-weight: 300; background: rgba(255,255,255,0.75); border-top: 5px solid #8DC2F5;}

}