@media screen and (min-width: 767px) {
    .shogun-image-container-parent {
        position: sticky !important;
        top: 5%;
        align-self: auto;
        position: -webkit-sticky
    }

    html {
        overflow: visible
    }
}

.shogun-wrapper {
    display: flex
}

.shogun-wrapper .main-content * {
    max-width: 100%
}

#shopify-section-blog-custom-sidebar {
    margin-left: 3rem;
    width: 28%
}

.custom-sidebar {
    padding: 1rem;
    border-radius: .5rem;
    align-self: flex-start;
    text-align: center
}

.custom-sidebar-block {
    margin-bottom: 1rem;
    padding: 1rem;
    overflow-x: hidden
}

.custom-sidebar-block h3 {
    margin-bottom: 1rem
}

.custom-sidebar-block img {
    max-width: 100%
}

.custom-sidebar-block .jdgm-carousel-wrapper {
    width: 100%
}

@media screen and (max-width: 990px) {
    .shogun-wrapper {
        flex-wrap: wrap
    }

    #shopify-section-blog-custom-sidebar {
        margin: 1rem 0;
        width: 100%
    }

    #shopify-section-blog-custom-sidebar .custom-sidebar-block:nth-child(2) {
        display: block
    }

    .custom-sidebar-block-content {
        margin: 0 auto
    }

    .custom-sidebar-block img {
        width: 100%
    }
}

@media screen and (max-width: 400px) {
    .custom-sidebar-block {
        flex-wrap: wrap
    }

    .custom-sidebar-block img {
        margin: 0
    }
}