@media screen and (max-width:768px) {
    .product-detail-simple img {
        width: 100%;
    }
}