.jk-carousel {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.jk-carousel .slides-container {
  height: 100%;
  position: relative;
}

.jk-carousel .slides-container .slide .ng-scope img:first-child {
  max-width: 100%;
  max-height: 100%;
}

.jk-carousel .left-arrow-button, .jk-carousel .right-arrow-button {
  position: absolute;
  margin: auto !important;
  top: 0;
  bottom: 0;
}

.jk-carousel .right-arrow-button {
  right: 0;
}

.jk-carousel .md-icon-button {
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.jk-carousel .md-icon-button md-icon {
  color: #ffffff;
  width: 48px;
  height: 48px;
  font-size: 48px;
  cursor: pointer;
  outline: none !important;
}

.jk-carousel .radio-buttons-container {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  width: 100%;
}

.jk-carousel .radio-buttons-container md-radio-button {
  margin-right: 5px;
  outline: none;
}

.jk-carousel .radio-buttons-container md-radio-button .md-off {
  border-color: #ffffff;
}
