#bsPhotoGalleryModal .modal-content {
    border-radius:0px;
}
#bsPhotoGalleryModal .modal-dialog img {
    text-align:center;
    margin:0 auto;
    width:100%;
}
#bsPhotoGalleryModal .modal-body {
    padding:15px !important;
}
#bsPhotoGalleryModal .bsp-close {
  position: absolute;
  right: 1px;
  top:-1px;
  background-image: url('../images/close.png');
}

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

}

a.bsp-controls,
a.bsp-controls:visited,
a.bsp-controls:active {
  position: absolute;
  top: 44%;
  font-size:;
  color: #fff;
  
}
a.bsp-controls.next {
background-image: url('../images/next_arrow.png');
  right:3px;
}
a.bsp-controls.previous {
  left:1px;
  background-image: url('../images/prev_arrow.png');
 
}
a.bsp-controls:hover {
  opacity:1;
  text-shadow: none;
}
.bsp-text-container {
  clear:both;
 
  
}
#bsPhotoGalleryModal h6{
  margin-bottom: 0;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 5px;
}
#bsPhotoGalleryModal .pText {
  font-size: 11px;
  margin-bottom: 0px;
  padding: 0 12px 5px;
}


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