.modal-lightbox {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Opera and Firefox */
}
.modal-lightbox .modal-lightbox-container {
  margin: auto;
  width: 95%;
  height: 90%;
  padding-top: 5px;
}
.modal-lightbox .modal-lightbox-container .modal-lightbox-control {
  position: fixed;
  right: 10px;
  bottom: 25px;
}
.modal-lightbox .modal-lightbox-container .modal-lightbox-control .left {
  margin-right: 5px;
}
.modal-lightbox .modal-lightbox-container .modal-lightbox-control .right {
  margin-right: 5px;
}
.modal-lightbox .modal-lightbox-container .modal-lightbox-control .i {
  padding: 10px;
  background-color: #2a2e46;
  color: #fff;
  cursor: pointer;
}
.modal-lightbox .modal-lightbox-container .modal-lightbox-control .i:hover {
  color: wheat;
}
.modal-lightbox .modal-lightbox-container .modal-lightbox-content img {
  display: block;
  box-sizing: border-box;
  margin: auto;
}
.modal-lightbox .modal-lightbox-container .modal-lightbox-popis {
  padding: 5px 10px;
  font-size: 10pt;
  color: #fff;
  background-color: #2a2e46;
  width: fit-content;
  position: fixed;
  right: 10px;
  bottom: 75px;
}

/*# sourceMappingURL=myLightbox.css.map */
