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

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

/* mobile */
@media screen and (max-width:767px){
}
