Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :is(.d-lg-block, .d-lg-none) .swiper:not(.swiper-initialized) > .swiper-wrapper {
- justify-content: center;
- left: 12px;
- }
- :is(.d-lg-block, .d-lg-none) .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
- width: calc(100% / 7);
- display: none;
- }
- :is(.d-lg-block, .d-lg-none) .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide:nth-of-type(-n+4) {
- display: block;
- }
- :is(.d-lg-block, .d-lg-none) .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide:nth-last-of-type(-n+3) {
- display: block;
- }
- :is(.d-lg-block, .d-lg-none) .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide:nth-last-of-type(1) {
- order: -1;
- }
- :is(.d-lg-block, .d-lg-none) .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide:nth-last-of-type(2) {
- order: -2;
- }
- :is(.d-lg-block, .d-lg-none) .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide:nth-last-of-type(3) {
- order: -3;
- }
- @media screen and (max-width: 1599px) {
- :is(.d-lg-block, .d-lg-none) .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
- width: calc(100% / 6);
- }
- }
- @media screen and (max-width: 1399px) {
- :is(.d-lg-block, .d-lg-none) .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
- width: calc(100% / 5);
- }
- }
- @media screen and (max-width: 1199px) {
- :is(.d-lg-block, .d-lg-none) .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
- width: calc(100% / 4);
- }
- }
- @media screen and (max-width: 991px) {
- :is(.d-lg-block, .d-lg-none) .swiper:not(.swiper-initialized) > .swiper-wrapper {
- justify-content: center;
- left: 85px;
- }
- :is(.d-lg-block, .d-lg-none) .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
- }
- }
- @media screen and (max-width: 799px) {
- :is(.d-lg-block, .d-lg-none) .swiper:not(.swiper-initialized) > .swiper-wrapper {
- justify-content: center;
- left: 60px;
- }
- :is(.d-lg-block, .d-lg-none) .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide {
- width: calc(100% / 3);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement