.shopmod-center {
    text-align: center;
}

.shopmod-center img {
    display: inline-block;
    max-width: 100%;
    height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (max-width: 575px) {
.shopmod-center img {
  margin-bottom: 5px;
  width: 100px!important;
}
}
