Impulse theme rescue white space between filter and collection header image

Hi,

im trying to get rid of the white space between collection image and filter on mobile so the filter button is flush like image #2

my site is https://luxurymrkt.com/collections/menswear?page=3

@Luxurymrkt

Please add the following CSS code to your assets/theme.css bottom of the file.

@media only screen and (max-width: 768px){
.template-collection .grid__item {padding-top: 0px !important;}
.template-collection .collection-content {padding-top: 0px !important;}
}

Thanks!