.text-formatted img { 
  margin-bottom: 20px;
  height:auto;
  max-width:100%;
  z-index: 2;
}

.text-formatted img:hover {
  transform: scale(2.3);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  position:relative;
  border-radius: 5px;
  border: 1px solid #fff;
}
.text-formatted img:active {
  transform: scale(5);
}

@media (max-width: 768px) {
  .text-formatted img:hover {
    transform: none;
    border:none;
  }
}

a.lightbox-expand {
  float:left;
}
/*
a.lightbox-expand {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #000;
    padding: 0.3125rem 0.625rem;
    background-color: #fff;
    transition: all 200ms ease;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-expand:before {
    content: "\f065";
}
*/
/* PD conference rooms */

.conrmfoto img { 
  width:45%;
  margin-right: 5px;
  margin-bottom: 20px;
  height:auto;
  z-index: 99999;
}
@media (max-width: 768px) {
  .conrmfoto img {
    margin-right:0px;
    width:100%;
    transform: none;
    border:none;
  }
}