@import url('style.css');

.responsive {
  padding: 0 6px;
  float: left;
  width: 33.32%;
}

@media only screen and (max-width: 800px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 600px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.img__wrap {
  position: relative;
  padding-top: 7px;
  margin: 5px;
  float: left;
}

.img__wrap img {
  width: 100%;
  height: auto;
}
