.stroke-text {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent
}

.shadow-custom {
    box-shadow: 0 0 8px #000
}

body {
    background: #eee;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0
}

.swiper-slide {
    background: #ffffff00;
    width: 65%
}

.swiper-slide:nth-child(2n),
.swiper-slide:nth-child(3n) {
    width: 65%
}

.swiper-slide,
.swiper-slide:nth-child(2n),
.swiper-slide:nth-child(3n) {
    width: 59%
}

#app,
body,
html {
    height: 100%
}

body,
html {
    position: relative
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #b5000000;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.swiper-slide,
.swiper-slide:nth-child(2n),
.swiper-slide:nth-child(3n) {
    width: 40%
}