
.swiper-app {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 10;
}

.swiper-material {
  height:800px;
  width: calc(100% - 32px);
}
  .swiper-material  .swiper {
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    padding: 16px 16px;
  }
  .swiper-material .swiper-material-image {
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: var(--swiper-material-slide-border-radius);
  }

  .swiper-material .swiper-material-label {
    position: absolute;
    font-size: 24px;
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    justify-content: flex-end;
    align-items: center;
    white-space: nowrap;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 50%);
  }
