.articles .entry {
  max-width: 1300px !important;
}
@media only screen and (min-width: 641px) {
  .articles .entry .thumb {
    float: right;
    margin-left: 15px;
    max-width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .articles .entry .thumb {
    width: 100%;
  }
}
.articles .entry .more {
  clear: both;
  padding-top: 40px;
}
.articles .entry .more h2 {
  width: 100%;
  padding-bottom: 20px;
}
.articles .entry .more .product {
  width: 33%;
}
.articles .entry .more .product img {
  height: 150px;
  width: auto;
}