// Slide // -------------------------------------------------- ion-slide { width: 100%; height: 100%; display: block; } ion-slide.hydrated { visibility: inherit; } .slide-zoom { display: block; width: 100%; text-align: center; } .swiper-slide { width: 100%; height: 100%; box-sizing: border-box; text-align: center; font-size: 18px; /* Center slide text vertically */ display: flex; justify-content: center; align-items: center; } .swiper-slide img { width: auto; height: auto; max-width: 100%; max-height: 100%; }