
.demo-gallery {
      margin: 20px auto;
      width: 360px
      text-align: center;
      
  }
  
  .demo-gallery a {
      display: block;
      float:left;
      line-height: 0;
  }
  
  
  
  
  
  .demo-gallery img {
      max-width: auto;
    max-width: 100%;
      height: auto;
      border: 0;
	  margin-bottom:10px
      
  }
  
  .demo-gallery figure {
      display: none;
  }
  .demo-gallery .col-sm-6, .demo-gallery .col-sm-3, .col-sm-6{    padding-right: 5px;
    padding-left: 5px;}
  @media (min-width: 768px) {body {
  overflow-x: hidden; /* Hide horizontal scrollbar */
}}