Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. .slider-massive:not(.slick-initialized){
  2. max-height:630px;
  3. overflow:hidden;
  4. }
  5. @media screen and (max-width:1200px){
  6. .slider-massive:not(.slick-initialized){
  7. max-height:500px;
  8. }
  9. }
  10. @media screen and (max-width:1024px){
  11. .slider-massive:not(.slick-initialized){
  12. max-height:400px;
  13. }
  14. }
  15. @media screen and (max-width:768px){
  16. .slider-massive:not(.slick-initialized){
  17. max-height:300px;
  18. }
  19. }
  20. @media screen and (max-width:480px){
  21. .slider-massive:not(.slick-initialized){
  22. max-height:200px;
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement