public MediaQueryNot(MediaQuery input) { Input1 = input; }
public MediaQueryAnd(MediaQuery in1, MediaQuery in2) { Input1 = in1; Input2 = in2; }