figure.splide__slide { width: 100%; height: 100%; object-fit: contain; background-color: #000; } .splide__slide img { width: 100%; height: 100%; object-fit: contain; } .splide { max-width: 100% } .splide__slide figcaption { position: absolute; display: none; padding: 16px; width: 100%; } .splide__slide:hover figcaption{ display:block; bottom:0; background: rgba(0, 0, 0, 0.5); color: #fff; } .splid