.image_section img {
display: block;
width: 100%;
height: auto
}
@media (max-width:640px) {
.image_section img {
display: none;
}
}
Product Details: