/* Parallax */ .parallax { background-color: transparent; background-position: 50% 50%; background-repeat: repeat; background-attachment: fixed; margin: 70px 0; padding: 50px 0; position: relative; clear: both; blockquote { border: 0; padding: 0 10%; i.fa-quote-left { font-size: 34px; position: relative; #{$left}: -5px; } p { font-size: 24px; line-height: 30px; } span { font-size: 16px; line-height: 20px; color: #999; position: relative; #{$left}: -5px; } } &.parallax-disabled { background-attachment: scroll !important; background-position: 50% 50% !important; } }