.ism-slider {
  width: 100%;
  overflow: hidden;
  height: 300px;
  position: relative;
  font-family: sans-serif;
  font-weight: 300;
  padding: 0 !important;
}

.ism-slider ol.slides {
  list-style: none;
  position: absolute;
  /*width: 300%;*/ /* width = (# of slides * 100%) */
  height: 100%;
  top: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.ism-slider ol.slides li {
  /*width: 33.333333%;*/ /* width = (1 / # of slides) * 100%) */
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.ism-slider ol.slides li > a {
  color: inherit;
  text-decoration: none;
}

.ism-slider ol.slides li img {
  border: none;
  width: 100%;
  min-height: 100%;
}

.ism-slider button {
  position: absolute;
  display: block;
  box-sizing: border-box;
  border: none;
  outline: none;
  top: 40%;
  height: auto;
  width: auto;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 0;
  padding: 1em 0.75em;
  text-align:center;
  z-index: 2;
}

.ism-slider button.prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

.ism-slider button.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.ism-slider button:hover, .ism-slider button:active {
  background-color: rgba(0, 0, 0, 0.8);
}

.ism-slider .content {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2em;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 2em;
  padding: 0 1em;
  font-size: 1.25em;
}

.ism-slider .content a {
  color: inherit;
}

ol.ism-radios {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  text-align: right;
  font-size: 1em;
}

.ism-slider ol.ism-radios {
  position: absolute;
  box-sizing: border-box;
  z-index: 4;
  bottom: 0.25em;
  right: 0.25em;
  height: 1.5em;
  width: 60%;
  background-color: rgba(255, 255, 255, 0.0);
}

.ism-bar ol.ism-radios {
}

ol.ism-radios li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}

ol.ism-radios input.ism-radio {
  display: none;
}

ol.ism-radios label {
  display: block;
  margin: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.4);
  width: 1em;
  height: 1em;
  line-height: 1.5em;
  text-decoration: none;
  border-radius: 2px;
}

ol.ism-radios li.active label {
  background-color: rgba(0, 0, 0, 0.9);
}

ol.ism-radios label:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.ism-bar {
  padding: 0.25em 0;
}
