
/*html, body {
  margin: 0;
  padding: 0;
  background-color: black;
}
*/
.list {
  width: 100%;
  padding: 0;
  margin: 0;
}
.margin-top-10{
margin-top:10px;
}
.list img { float: left;margin:0px;height:102px !important; }
 @media screen and (max-width:991px) {

.list div { width: 33.333333%; }
}
 @media screen and (max-width:768px) {

.list div { width: 50%; }
}
