img,
video,
iframe,
table {
    max-width: 100% !important;
    height: auto !important;
}

iframe#bible {
    height: 400px !important;
}

.c12,
.c10,
.c1,
table[width="340"] {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.column {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
}

.top-menu .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.top-menu .column {
    padding: 10px;
}

center video {
    width: 100% !important;
    max-width: 800px !important;
}

.top-banner__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.top-banner__image,
.top-banner__text {
    flex: 1 1 100%;
    text-align: center;
}

.top-banner__image img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 769px) {
    .top-banner__image {
        flex: 1 1 30%;
    }

    .top-banner__text {
        flex: 2 1 65%;
    }
}

.fh5co-about-me .about-me-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 10px;
}

.portfolio-wrapper,
.about-me__text {
    flex: 1 1 100%;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .portfolio-wrapper {
        flex: 1 1 30%;
    }

    .about-me__text {
        flex: 2 1 65%;
    }
}

.fh5co-books .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fh5co-books .column {
    flex: 1 1 250px;
    margin: 10px;
    max-width: 100%;
}

.fh5co-blog .blog-inner,
.blog-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.counter-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.single-count {
    flex: 1 1 200px;
    text-align: center;
    max-width: 100%;
}

.footer-bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.footer-bottom__img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.welcome-footer-right {
    float: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.welcome-footer-right a {
    display: inline-block;
    margin: 5px;
}

@media screen and (max-width: 768px) {

    .universal-h2 {
        font-size: 28px !important;
    }

    .top-banner__text-up h1 {
        font-size: 26px;
    }

    .top-banner__text-up h4 {
        font-size: 16px;
    }

    .column {
        width: 100% !important;
        max-width: 100% !important;
        display: block;
        margin-bottom: 20px;
    }

    .portfolio-wrapper {
        width: 100% !important;
        margin: 0 auto !important;
    }

    form select,
    form input[type="text"] {
        max-width: 100%;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .slider-text-inner p a.btn {
        margin-bottom: 10px;
        display: block;
        width: 100%;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    body,
    html {
        overflow-x: hidden;
    }

    #page {
        overflow-x: hidden;
    }

    .fh5co-hero .flexslider .slides>li {
        background-attachment: scroll !important;
    }
}