@import url("./assets/swiper-bundle.min.css");

.frslides-frontend {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.frslides-frontend .swiper-slide {
    position: relative;
    overflow: hidden;
}

.frslides-frontend .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.frslides-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    text-align: center;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
}

.frslides-caption {
    position: absolute;
    box-sizing: border-box;
    white-space: pre-wrap;
    z-index: 4;
    display: flex;
    flex-direction: column;
}
