@charset "utf-8";
/* CSS Document */

.ninepic {
  width: 155px;
  height: 95px;
  margin: 0;
  overflow: hidden;
  display:inline-block;
   

}
.bw {
  -webkit-transition: all 0.1s ease;
     -moz-transition: all 0.1s ease;
       -o-transition: all 0.1s ease;
      -ms-transition: all 0.1s ease;
          transition: all 0.1s ease;
}
 
.bw:hover {
  -webkit-filter: grayscale(70%);
}

@media screen and (max-width: 996px) {

.ninepic {
  margin: 0 15px;
}

}

@media screen and (max-width: 400px) {

.ninepic {
  margin:0;
}

}

