  .media_img {
    width: 90%;
  }

@media screen and (max-width:768px){
  .media_img {
    width: 100%;
  }
}