@import 'libs/vars'; @import 'libs/functions'; @import 'libs/mixins'; /* Big Picture by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */ /* Form */ form { input[type="text"], input[type="email"], input[type="password"], select, textarea { position: relative; -ms-behavior: url('assets/js/ie/PIE.htc'); border: solid 1px; } } /* Button */ input[type="button"], input[type="submit"], input[type="reset"], .button, button { position: relative; -ms-behavior: url('assets/js/ie/PIE.htc'); &.down { text-indent: 0; } } /* Footer */ #footer { color: #fff; } /* Intro */ #intro { -ms-behavior: url('assets/js/ie/backgroundsize.min.htc'); background: url('../../images/intro.jpg'); background-size: cover; .content { position: relative; z-index: 1; } &:after { content: ''; background: url('images/overlay.png'); width: 100%; height: 100%; position: absolute; left: 0; top: 0; } } /* One */ #one { -ms-behavior: url('assets/js/ie/backgroundsize.min.htc'); background: url('../../images/one.jpg'); background-size: cover; .content { position: relative; z-index: 1; } &.left:before, &.right:after { content: ''; background: url('images/overlay.png'); width: 100%; height: 100%; position: absolute; left: 0; top: 0; } } /* Two */ #two { -ms-behavior: url('assets/js/ie/backgroundsize.min.htc'); background: url('../../images/two.jpg'); background-size: cover; .content { position: relative; z-index: 1; } &.left:before, &.right:after { content: ''; background: url('images/overlay.png'); width: 100%; height: 100%; position: absolute; left: 0; top: 0; } }