.wrapper {
    background-color: #f2f0f1;
    min-height: 100vh;
    height: auto;
}
body {
    background-image: url(/img/adults-bridge-dock-1630039.jpg);
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
    line-height: 1.3em;
}
table {
    font-size: 13px;
}

.swiper-pagination-bullet {
    background: white;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.content {
    min-height: 100vh;
    padding-bottom: 90px;
}

@media only screen and (max-width: 992px) {
    body {
        background-image: none;
    }
}