Increase image size on mobile for Slider layout

Add this code to the Custom CSS field on your Photo Gallery widget’s Style tab:

@media screen and (max-width: 500px){
  .eapp-photo-gallery-photo-gallery-component{
  padding: 0 !important;
}
}