/* latur bank css */
#content_container
{
  padding:50px 0;
}
#content_container .gallery
{
text-align: center;
margin-bottom: 60px;
margin-right: 20px;
}
#content_container .gallery img
{
width:295px;
height:401px;
border: #dedede solid 1px;
padding: 9px;
}
div.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    opacity: 0.7;
    display: none;
    z-index: 1050;
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 6rem;
    color: #fff;
	z-index: 99999!important;
}
.sl-wrapper .sl-navigation button.sl-next {
   
    font-size: 6rem;
    color: #fff;
	z-index: 99999!important;
}
.sl-wrapper button.sl-close {
    color: #fff;
    font-size: 4em;
	z-index: 99999!important;
}
@media only screen and (max-width: 1200px) {

.sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 6rem;
}
.sl-wrapper .sl-navigation button.sl-next {
    
    font-size: 6rem;
}
}
@media only screen and (max-width: 1199px) {
#content_container .gallery img {
	
	width: 100%;
}

}
@media only screen and (max-width: 991px) {
#content_container .gallery img {
	
	width: 100%;
}
}
@media only screen and (max-width: 767px) {
#content_container .gallery img {
	width: 60%;
}
#content_container .gallery {
  margin-bottom: 30px;
}
}
@media only screen and (max-width: 600px) {
#content_container .col-xs-12 {
    
   text-align:center;
}
.sl-wrapper .sl-image 
{
 top: 74.0238px;
left: 64.5px;
}

.sl-wrapper .sl-navigation button.sl-prev {
 font-size: 4rem;
}
.sl-wrapper .sl-navigation button.sl-next {
 font-size: 4rem;
}
}
@media only screen and (max-width: 500px) {
#content_container .gallery img {
    width: 80%;
}
.sl-wrapper .sl-image 
{
top: 129.765px;
    left: 45px;
}
}
@media only screen and (max-width: 400px) {
.sl-wrapper .sl-image 
{
  top: 129.765px;
  left: 40.5px;
}
}
