@media all and (min-width: 100px) {
img.responsive {
  width: 800px;
}
}

@media all and (min-width: 1200px) {
img.responsive {
  width: 1000px;
}
}

@media all and (min-width: 1400px){
img.responsive {
  width: 1100px;
}
}

@media all and (min-width: 1500px){
img.responsive_home {
  width: 1200px;
}
}

@media all and (min-width: 1600px){
img.responsive_home {
  width: 1300px;
}
}

@media all and (min-width: 1700px){
img.responsive_home {
  width: 1500px;
}
}