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

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

}

.swiper-slide img,
object {
    display: block;
    height: 80%;

    @media screen and (min-width: 768px) {
        width: auto;
        height: 90%;
    }

    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.3);
}