body {
  overflow-x: hidden;
}
section#blog {
  margin-top: 50px;
}
.magazine_img {
  width: 310px;
  height: 179px;
  overflow-x: hidden;
  text-align: center;
}
.magazine_img img {
  width: auto;
  height: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .magazine_img {
    width: auto;
    height: auto;
    overflow-x: hidden;
    text-align: center;
  }
}
