@import "vars"; body{ background: #13abd1; } #content{ min-height:100%; position: relative; } .flowers{ position: fixed; &.premierImg1{ top:0; left:0; width: 7%; } &.premierImg2{ top: 70px; left: 7%; width: 8%; } &.premierImg3{ top:30px; left:50%; width: 16%; } &.premierImg4{ top:0; right:120px; width: 19%; } &.premierImg5{ top:90px; right:50px; width: 5.5%; } &.premierImg6{ bottom:0; left:0; z-index:100; width: 10%; } &.premierImg7{ bottom: 10px; right: 18%; width: 22%; } &.premierImg8{ bottom:30px; right:10%; width: 8%; } &.premierImg9{ bottom:0; right:0; width: 7%; } } .arrows-block{ position: absolute; width: 150px; display: flex; justify-content: space-between; left:30%; .nextArrow{ padding:10px 0; display: block; position: relative; &:after{ content:''; width:40px; height:1px; border-top:1px solid white; display: block; } &:before{ width: 15px; height: 15px; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; position: absolute; right: 2px; content: " "; top: 2px; transform: rotate(-45deg); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } } .prevArrow{ padding:10px 0; display: block; position: relative; &:after{ content:''; width:40px; height:1px; border-top:1px solid white; display: block; } &:before{ width: 15px; height: 15px; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; position: absolute; left: 2px; content: " "; top: 2px; transform: rotate(135deg); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } } .slide-block{ font-size: 16px; color:white; .proximaR; letter-spacing: 0.3em; } } .video-link{ &:after{ content:''; width: 80px; height: 80px; position: absolute; left: 50%; top: 50%; margin-top: -40px; margin-left: -40px; background: url("../img/owl.video.play.png") center no-repeat; } } .slide-section{ overflow: hidden; padding-top: 100px; position: relative; } .slick-list{ overflow: visible; } .slick-slide{ position: relative; div{ width:80%; margin:0 auto; img{ width:100%; transform: scale(1.2); } } } .slick-center{ z-index:100; margin-top:-25px; div{ width:100%; } }