// difinitive section // --------------------- .difinitive { overflow: hidden; .text-center; h2 { font-style: italic; color: @blue-color; line-height: 32/ 30; .text-uppercase; } a { margin: auto; display: block; .size(176px, 40px); color: #fff; padding: 0 15px; font-size: 18px; line-height: 38px; font-weight: 900; font-style: italic; .text-uppercase; border: 1px solid #000; background-color: #000; .no-touch &:hover { color: #000; background-color: #fff; } } } @media screen and (min-width: @screen-sm-min) { .difinitive { padding: 30px 0; .content { position: relative; margin-top: 20px; } a { position: absolute; left: 0; top: 0; right: 0; margin: auto; } } } @media screen and (max-width: @screen-xs-max) { .difinitive { padding: 20px 0; h2 { line-height: 1.3; br { display: none; } } figure { margin-bottom: 15px; } } }