.sub > img {max-width:100%;display:block; margin:0 auto 10px;}
/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:100%){
}
