_interactive-banners.scss 178 B

1234567
  1. @include respond-to('laptop') {
  2. .interactive-banner-style-06 {
  3. .interactive-banners-content {
  4. transform: translateY(calc(100% - 110px));
  5. }
  6. }
  7. }