.swiper 
{
    width: 100%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
}

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

.swiper-slide .content .title 
{
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 5px 5px 6px #111, 5px 5px 25px purple, 5px 5px 25px darkorchid;
}

.swiper-slide .content .caption 
{
    display: block;
    font-size: 16px;
    line-height: 1.4;
    text-shadow: 3px 3px 4px #111, 5px 5px 25px purple, 5px 5px 25px darkorchid;
}

.swiper-slide .slide-bgimg 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
}