/* Remove padding/margin around the slideshow section on mobile */ @media only screen and (max-width: 768px) { .header--slideshow, .header--slideshow .slideshow, .header--slideshow .slideshow__slide { padding-bottom: 0 !important; margin-bottom: 0 !important; } }