#bsPhotoGalleryModal .modal-content {
    border-radius:0;
    box-shadow: none;
    background-color: transparent;
    /* border: none; */ border:5px #cdcdcd solid; /* display:block; margin-left:auto; margin-right:auto;  */
}

#bsPhotoGalleryModal .modal-dialog {
    margin: 8% auto;
}

#bsPhotoGalleryModal .modal-dialog img {
    text-align:center;
    margin:0 auto;
    width: auto;  /* width:100%;  */
    /* height: 600px;  before max-height, 02/10/24  */
    max-height: 600px;
    /* height: 120%; */
     height: 100%; 
    border:5px #cdcdcd solid; border-top:none;
}
#bsPhotoGalleryModal .modal-body {
    padding:0px !important;
}
#bsPhotoGalleryModal .bsp-close {
  position: absolute; 
  right: -14px; 
  top: -11px; 
  font-size: 30px; 
  color:#fff; 
  text-shadow: 1px 1px 18px #000;
}

#bsPhotoGalleryModal .bsp-close:hover {
  cursor: pointer;
  opacity:.6;
  text-shadow: none;
  
}
.bspHasModal {
  cursor: pointer;
}
.bspHasModal .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgWrapper {
  overflow: hidden;
  max-height: 99px;
}

a.bsp-controls, 
a.bsp-controls:visited, 
a.bsp-controls:active {
  position: absolute;
  top: 44%;
  font-size: 36px;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
}
a.bsp-controls.next {
  right:-10px;
}
a.bsp-controls.previous {
  left:-10px;  /* -10px;  */
}
a.bsp-controls:hover {
  opacity:.6;
  text-shadow: none;
}
.bsp-text-container {
  background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    clear: both;
    display: block;
    margin-top: 13px;
    padding: 8px;
}
#bsPhotoGalleryModal h6{
  margin-bottom: 0;
  font-weight: bold;
  color: #000;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 5px;
  text-align: center;
}
#bsPhotoGalleryModal .pText {
  font-size: 11px;
  margin-bottom: 0px;
  padding: 0 12px 5px;
} 

/*-----------------------------------------------------------------*/
@media screen and (max-width: 768px)  /* 380px  */
{
   .col-xxs-12 {
     width:100%;
   }
   .col-xxs-12 img {
     width:60%;   /* 100%; */
     display:block; margin-left:auto; margin-right:auto;
   }

   #bsPhotoGalleryModal .modal-dialog {
    margin: 25% 8%;
    }
#bsPhotoGalleryModal .modal-dialog img {
    text-align:center;
    margin:0 auto;
    width: 90%;  /* width:100%;  */
    height: auto;  /* before max-height, 02/10/24  */
    /*  height: 100%;  */
}
 a.bsp-controls.next {
  right:0px;
}
a.bsp-controls.previous {
  left:0px;  /* -10px;  */
}   
#bsPhotoGalleryModal .modal-content {
    border-radius:0;
    box-shadow: none;
/*     background-color: transparent; */
    /* border: none;  */ margin-left:5px; margin-right:5px;
}

}
