.IMG--All {
  max-width: 80% !important;
}

#IMGBox {
  max-width: 75%;

  max-height: 100%;

  object-fit: contain;
}

.modal-content1 {
  justify-content: center;

  order: 2;

  display: flex;

  width: 90%;

  height: 100%;
}

.modal1 {
  display: none; /* Hidden by default */

  position: fixed; /* Stay in place */

  justify-content: center;

  z-index: 1; /* Sit on top */

  left: 0;

  top: 0;

  width: 100%; /* Full width */

  height: 100%; /* Full height */

  /* overflow: auto; Enable scroll if needed */

  background-color: rgb(0, 0, 0); /* Fallback color */

  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.mySlides1 {
  /* align-items: center; */

  display: flex;

  height: 100%;

  justify-content: center;

  align-items: center;

  width: 100%;
}

.IMG--Text {
  max-width: 25%;

  padding-left: 10px;
}

.IMG--Text p {
  text-align: left;
}

.closeIMGGaleri {
  position: absolute;

  top: 15px;

  right: 35px;

  color: #f1f1f1;

  font-size: 40px;

  font-weight: bold;

  transition: 0.3s;
}

.closeIMGGaleri:hover,
.closeIMGGaleri:focus {
  color: #bbb;

  text-decoration: none;

  cursor: pointer;
}

.prev {
  display: flex;

  align-items: center;

  order: 1;

  left: 10px;

  flex: 1;
}

/* .arrow {

  display: flex;

  justify-content: center;

} */

.next {
  align-items: center;

  display: flex;

  order: 3;
}

.NextButt:hover,
.NextButt:focus {
  color: #bbb;

  text-decoration: none;

  cursor: pointer;
}

#IMG--Text--Nadpis {
  color: #ff6600;

  font-family: "Merriweather";

  font-weight: bold;

  font-size: 20px;

  line-height: 2;
}

#IMG--Text--Text {
  font-family: "Merriweather";

  color: #f1f1f1;

  font-size: 20px;
}

@media (max-width: 480px) {
  .modal-content1 {
    overflow: scroll;
  }
}
