/* Add custom CSS styles below */ 
.store-adva img{
    max-height: 150px;
    height: 150px;
}

@media screen and (max-width:768px){
  .store-adva img{
  
  max-height: 100px !important;
    height: 100px !important;

  }}