

  
  * {
    box-sizing: border-box;
  }
  
  .row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
  }
  
  .modal-body,.modal-content,.modal-backdrop{
    background-color: #25132cac;
    color:var(--text);

  }

/* 
  .img-modal{
    max-height: 1143px;
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 10px 0 10px;
    margin: 0 auto;
  } */
  

/* 
  .img-modal-tall{
    max-height: 1143px;
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 10px 0 10px;
    margin: 0 auto;
  }

  .mySlides > .img-modal-tall {
    display: block;
    margin-left: auto;
    margin-right: auto;
} */

.img-modal{
  width:auto;
  max-width: 80%;
  width: auto\9; /* ie8 */
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 70vh;
}
.numbertext{
  position: absolute;
  bottom: 10px;
  left: 45%;
}
.description{
  position: absolute;
  bottom: 40px;
  left: 1px;
  text-align: center;
  width: 100%;
}
.title{
  font-family: "Cinzel Decorative", sans-serif;
}

