jetpack-carousel-ie8fix.css 250 B

12345678910111213
  1. .jp-carousel .jp-carousel-slide {
  2. display: none !important;
  3. }
  4. .jp-carousel {
  5. text-align: center!important;
  6. width:100%!important;
  7. }
  8. .jp-carousel .selected {
  9. margin: 0 auto;
  10. display: block !important;
  11. width: auto;
  12. position: relative!important;
  13. }