/**
 * HNST simple UI Framework
 *
 * @version 1.0
 * @author  Wink.hr
 */
.hnst-modal-admost__content img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.remodal {
  padding: 0;
  width: auto;
  height: auto;
}

.remodal-close {
  top: -34px;
  left: auto;
  right: -34px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
}

.remodal-close:hover, .remodal-close:active {
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
}

.primarius,
.prvarius,
.nezamjenivus {
  display: block;
  text-align: center;
}

.secundarius,
.drugirius,
.zamjenivus {
  display: none;
  text-align: center;
}
