Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. .carousel {
  2. max-height:100%;
  3. overflow: hidden;
  4. width: 100%;
  5. height: 100%;
  6. margin: 0px auto;
  7. display: block;
  8. }
  9.  
  10. .carousel div {
  11. width:100%;
  12. height: 100%;
  13. }
  14.  
  15. .carouselWrapper {
  16. margin: 80px 0px 40px 0px;
  17. height: 80vh;
  18. max-width: 100%;
  19. display: block;
  20.  
  21. }
  22.  
  23. .slick-slide{
  24. margin: 0px auto;
  25. display: block;
  26. }
  27.  
  28. .slick-slide img{
  29. max-width:100% ;
  30. max-height:100%;
  31. object-fit: contain;
  32. display: block;
  33. margin: 0px auto;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement