.campaign 
.campaign img{
  width:100%;
  max-width:1440px;
  height:auto;
  margin:20px auto;
}
.campaign img {
    object-fit: contain;
    width: 100%;
    height: auto;
}


#Store > ul {
    width: 60% !important;
}
#Store > ul > li,
#Store > ul > li:nth-of-type(4n) {
    max-width: calc(100% / 2 - 1%) !important;
    width: 100% !important;
    margin: 1% 1% 1% 0 !important;
}
#Store > ul > li:nth-of-type(4n+1) {
    clear: none !important;
}
@media screen and (max-width: 1200px) {
  #Store > ul > li,
  #Store > ul > li:nth-of-type(4n) {
  	max-width: 100% !important;
  }
}