ul.list-image-gallery{
    padding:0 0 0 0;
    margin:0 0 10px 0;
}
ul.list-image-gallery li {
    list-style:none;
    margin-bottom:10px;
}

.list-image-gallery .col-xs-6{
  padding-left: 3px;
  padding-right: 3px;
}

.text {
/*font-family: 'Bree Serif';*/
color:#666;
font-size:14px;
margin-bottom:10px;
padding: 10px;
background: rgba(255,255,255,0.5);
}

#bsPhotoGalleryModal .modal-content {
    border-radius:4px;
    border: none;
}
#bsPhotoGalleryModal .modal-dialog img {
    text-align:center;
    margin:0 auto;
    width:100%;
}
#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;
  height: 240px;
  object-fit:cover;
}

a.bsp-controls,
a.bsp-controls:visited,
a.bsp-controls:active {
  position: absolute;
  top: 44%;
  font-size: 26px;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
}
a.bsp-controls.next {
  right:-10px;
}
a.bsp-controls.previous {
  left:-10px;
}
a.bsp-controls:hover {
  opacity:.6;
  text-shadow: none;
}
.bsp-text-container {
  clear:both;
  display:block;
  padding-bottom: 20px;
  padding-top: 20px;
}
#bsPhotoGalleryModal h6{
  margin-bottom: 0;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 5px;
}
#bsPhotoGalleryModal .pText {
  font-size: 14px;
  margin-bottom: 0px;
  padding: 0 12px 5px;
}
.list-gallery img{
	min-width:100%;
	object-fit:cover;
	height:240px;
  position: relative;
  background: #f3f3f3 url('http://localhost/drpnetwork/assets/img/loader.gif');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(90%);
  filter: -webkit-brightness(90%);
}

@media screen and (max-width: 480px){
  .imgWrapper {
    height: 160px;
  }
  .list-gallery img{
   height:160px;
  }
}

@media screen and (max-width: 380px){
   .col-xxs-12 {
     width:100%;
   }
   .col-xxs-12 img {
     width:100%;
   }
}