<div class="sub_img">
    <img src="/app/dubu_sourcecode/docs/imgs/1595296256_1568163197_product-02.jpg" alt="">
</div>


.sub_img { text-align : center;}
.sub_img img { width:100%; max-width:837px;}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
   .sub_img img { width:100%; max-width:837px;}
}
