//Selector Variables $container: "#wideSlider"; $slider: ".heroSlider"; /* THEME STYLES */ #{$container} { max-width: 1920px; margin: 0 auto 24px; background: #fff !important; .rsOverflow, .rsSlide, .rsVideoFrameHolder, .rsThumbs { background: #fff; } #{$slider} { width: 100%; overflow: hidden; } .rsOverflow {width: 100% !important;} .rsContent > img { position: absolute; top: 0; left: 0; } .container-fluid { position: relative; margin: 0 auto; height: 100%; } h2, h3 { color: #fff; font-weight: 300; line-height: 1; } .title, .subtitle, .btn {left: 5%;} .title { font-size: 72px; top: 20%; width: 100%; } .subtitle { font-size: 22px; line-height: 25px; width: 60%; top: 45%; } .btn { top: auto; padding-top: 8px; padding-bottom: 8px; bottom: 22%; display:none; } .rsBullets { background: none; line-height: 20px; .rsBullet { cursor: pointer; span { background-color: #fff; -webkit-transition: background linear 0.2s; transition: background linear 0.2s; } &.rsNavSelected span { background-color: #86BC04; } } } .rsArrow { width: 10%; .rsArrowIcn { margin-top:-18px; margin-left: -18px; background: #000; background: rgba(0,0,0,0.2); &:hover { background-color: #86BC04; } } .rsArrowIcn:before { content:" "; display: block; z-index: 1; } .rsArrowIcn, .rsArrowIcn:before { width: 36px; height: 36px; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; -webkit-transition-duration: .5s; -moz-transition-duration: .5s; -o-transition-duration: .5s; -ms-transition-duration: .5s; transition-duration: .5s; background: #000; background: rgba(0,0,0,0.2); } .rsArrowIcn:hover:before { opacity: 0; background-color: #86BC04; -moz-transform: scale(2); -webkit-transform: scale(2); -o-transform: scale(2); -ms-transform: scale(2); -moz-transition-duration: .7s; -webkit-transition-duration: .7s; -ms-transition-duration: .7s; -o-transition-duration: .7s; transition-duration: .7s; } .rsArrowIcn:after { font-size: 36px; line-height: 36px; width: 36px; height: 36px; text-align: center; display: inline-block; font-family: "FontAwesome"; position: relative; z-index: 2; color: #fff; } .rsArrowIcn:hover:after { color:#fff; } &.rsArrowLeft .rsArrowIcn:after { content: "\f104"; margin-left: -2px; } &.rsArrowRight .rsArrowIcn:after { content: "\f105"; margin-left: 2px; } } } @media (min-width: 768px) and (max-width: 979px) { #{$container} { .title { font-size: 50px; } .subtitle { width: 80%; } .btn { bottom: 12%; } } } @media (max-width: 767px) { #{$container} { #{$slider}, #{$slider} .rsOverflow {height: 270px !important;} .title { font-size: 45px; top: 25%; width: 80%; } .subtitle { display: none !important; } .btn { font-size: 14px; padding: 5px 10px; bottom: 12%; } } } @media all and (max-width: 640px) { #{$container} { .title { font-size: 37px;} .rsArrowIcn {display: none;} } } @media all and (max-width: 640px) and (orientation: landscape) { #{$container} { #{$slider}, #{$slider} .rsOverflow {height: 230px !important;} } } @media (min-width: 1200px) { #{$slider}, #{$slider} .rsOverflow {height: 380px !important;} #{$container} { .title, .subtitle, .btn {left: 0;} } }