#bsPhotoGalleryModal .modal-content {
    border-radius:0;
}
#bsPhotoGalleryModal .modal-dialog img {
    text-align:center;
    margin:0 auto;
    width:100%;
}
#bsPhotoGalleryModal .modal-body {
    padding:0px !important;
}
#bsPhotoGalleryModal .bsp-close {
      position: absolute;
    right: 1px;
    top: 0px;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 18px #000;
    background: #000;
    height: 38px;
    width: 33px;
    padding-left: 8px;
}

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

a.bsp-controls, 
a.bsp-controls:visited, 
a.bsp-controls:active {
  position: absolute;
  top: 45%;
  font-size: 26px;
  color: #fff;
  text-shadow: 1px 1px 18px #000;
}
a.bsp-controls.next {
  right:-10px;
    background: url(../assets/images/next.png) no-repeat;
    height: 35px;
    z-index: 9999;
    opacity: 1;
    width: 20px;
	background-size:cover;
	
}
a.bsp-controls.previous {
  left:-10px;
    background: url(../assets/images/prev.png) no-repeat;
    height: 35px;
    z-index: 9999;
    opacity: 1;
    width: 20px;
	background-size:cover;
}
a.bsp-controls:hover {
  opacity:1;
  text-shadow: none;
}
.bsp-text-container {
  clear:both;
  display:block;
  padding-bottom: 0px;
}
#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: 14px;
  margin-bottom: 0px;
  padding: 10px 12px 5px;
  font-weight:600;
} 
 .imgWrapper {
  overflow: hidden;
  border:1px solid #FFF;

  }
  #image_responsive{
height:auto;
width:100%;
}

@media only screen and (max-width : 1199px) {
.imgWrapper {
  max-height: 99px;
}
#image_responsive{
height:auto;
width:100%;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
.imgWrapper {
  max-height: 99px;
}
#image_responsive{
height:auto;
width:100%;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.imgWrapper {
  max-height: 99px;
}
#image_responsive{
height:auto;
width:100%;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
.imgWrapper {
  max-height: 99px;
}
#image_responsive{
height:auto;
width:100px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {
.imgWrapper {
  max-height: 70px;
}
#image_responsive{
height:auto;
width:85px;
}
}