
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
     width:102.0%;
        margin:-5px 0 0 -5px; 
}

.col-xs-6,.col-sm-6, .col-md-3, .col-lg-3{
   padding:0px;
   margin:0;
   margin-bottom:0px;
   text-decoration:none;

}

.container-thumbs {
   padding:0 ;
   width:100%;
  overflow:hidden;
}
  
  
  
  @media screen and (max-width:769px){
.row { width:101.5%;}
   }
  
  @media screen and (max-width:550px){
.row {
 width:102.0%;}
   
  }


  @media screen and (max-width:450px){
.row {
   width:102.7%;}
   
  }
