.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

@media screen and (max-width: 639px){
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .s5-inStoreFeaturesItem1A img:not(.s5-iconInline), .s5-inStoreFeaturesItem1B img:not(.s5-iconInline) {
    width: 100% !important;
  }
}
