html,
body {
    overflow-x: hidden;
}

body.jb-site {
    min-width: 320px;
}

body.jb-site *,
body.jb-site *::before,
body.jb-site *::after {
    box-sizing: border-box;
}

body.jb-site img {
    display: block;
    max-width: 100%;
    height: auto;
}

body.jb-site iframe,
body.jb-site embed,
body.jb-site object,
body.jb-site video {
    max-width: 100%;
}

body.jb-site .spnc-container,
body.jb-site .container,
body.jb-site .site-content,
body.jb-site .content-area,
body.jb-site .widget,
body.jb-site .spnc-post,
body.jb-site .spnc-post-wrapper,
body.jb-site .spnc-post-content {
    min-width: 0;
}

body.jb-site .spnc-row,
body.jb-site .row {
    flex-wrap: wrap;
}

body.jb-site [class*="spnc-col"],
body.jb-site [class*="col-"],
body.jb-site .col,
body.jb-site .col-md,
body.jb-site .col-lg {
    min-width: 0;
    max-width: 100%;
}

body.jb-site h1,
body.jb-site h2,
body.jb-site h3,
body.jb-site h4,
body.jb-site h5,
body.jb-site h6,
body.jb-site p,
body.jb-site a,
body.jb-site li {
    overflow-wrap: anywhere;
}

body.jb-site article,
body.jb-site .post,
body.jb-site .card,
body.jb-site .post-box {
    min-height: 0;
    height: auto;
}

body.jb-site .post-thumb,
body.jb-site .entry-media,
body.jb-site .featured-image,
body.jb-site .spnc-post-thumbnail,
body.jb-site .spnc-post-img {
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

@media (max-width: 1024px) {
    body.jb-site .spnc-row,
    body.jb-site .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    body.jb-site .spnc-row,
    body.jb-site .row {
        display: flex;
        flex-direction: column;
    }

    body.jb-site [class*="spnc-col"],
    body.jb-site [class*="col-"],
    body.jb-site .col,
    body.jb-site .col-md,
    body.jb-site .col-lg {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}
