$ticker_slider_height: 50px; .#{$prefix}-breaking-news-slider-section{ background-color: $color_white; overflow: hidden; position: fixed; left: 0; right: 0; bottom: -200px; z-index: 9; @include transition(); color: $color_white; height: $ticker_slider_height; &.#{$prefix}-active{ &.show{ bottom: 0; } } .#{$prefix}-wrapper{ position: relative; } .#{$prefix}-close{ position: absolute; top: 0; z-index: 1; cursor: pointer; right: 0; width: 50px; button{ border-radius: 0; height: 50px; width: 100%; } } .#{$prefix}-section-title{ float: left; padding: 0 30px; position: relative; height: $ticker_slider_height; line-height: $ticker_slider_height; z-index: 1; margin: 0; display: none; font-size: 20px; @include media(lg){ display: block; } } } .blook-breaking-news-open{ position: fixed; bottom: 15px; @include transition(); left: -200px; z-index: 10px; &.show{ left: 15px; @include media(lg){ left: 60px; } } @include media(lg){ bottom: 60px; } }