#points {
  text-align: center;
}
#points img {
  max-width: 100%;
}
@media (max-width: 767px) {
  #points {
    height: 380px;
    overflow: scroll;
  }
  #points img {
    max-width: none;
    height: 360px;
    width: auto;
  }
}
