//////////////////////////////////// // !THEME / DEPRECATED / PROMO IMAGE //////////////////////////////////// .wdn-promo-band { background: $color-body; position: relative; } .wdn-promo-band img, .wdn-promo-band video { display: block; } .wdn-promo-container { background-image: linear-gradient(rgba(0,0,0,0) 40%,rgba(0,0,0,.5) 75%,rgba(0,0,0,.3) 100%); bottom: 0; position: absolute; top: 0; width: 100%; } .wdn-promo-content { bottom: 5%; color: #fff; position: absolute; text-align: center; text-shadow: 0 0 10px rgba(0, 0, 0, .5); text-transform: uppercase; width: 100%; } .wdn-promo-content a { text-shadow: none; } .wdn-promo-text { display: block; @include font-sans; @include txt-h2; font-weight: bold; line-height: 1; padding-left: 5.6%; padding-right: 5.6%; } .wdn-promo-text + a { margin-top: 1em; } .wdn-promo-container.wdn-inverse { background-image: linear-gradient(top, rgba(255,255,255,0) 40%,rgba(255,255,255,.5) 75%,rgba(255,255,255,.3) 100%); } .wdn-promo-container.wdn-inverse .wdn-text-over-image { color: $color-body; text-shadow: 0 0 10px rgba(255, 255, 255, .5); } @include mq(md) { .wdn-promo-content { bottom: 7%; } .wdn-promo-text { @include txt-xl; } } @include mq(lg) { .wdn-promo-content { bottom: 10%; } }