%PDF- %PDF-
| Direktori : /home/cargonizer/domains/cargonizer.com.tr/public_html/master/sass/gui/ |
| Current File : /home/cargonizer/domains/cargonizer.com.tr/public_html/master/sass/gui/_parallax.scss |
/* Parallax */
.parallax {
background-position: 50% 50%;
background-repeat: no-repeat;
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;
}
}
/* Responsive */
@media (max-width: 991px) {
.parallax {
background-attachment: scroll !important;
background-position: 50% 50% !important;
}
}