No selector but you can target with media queries ...
docs.gantry.org/gantry5/tutorials/media-queries
in custom.scss file you add this:
@include breakpoint(mobile-only) {
your code in here ....
}
also you need to add @import "dependencies"; at the top of the file.
The following users have thanked you: Adi Heutschi