// Cookie Notification //============================================================================== .cc_container { position:fixed; bottom:60px; } @include mq-min($tablet + 1) { .cc_container { bottom:0px; } }