.inner-wrapper-sticky div.textwidget picture img {
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .custom_gp-theprint-site-main {
        padding: 2.188rem 0.7rem 1.25rem;
    }

    .custom_gp-theprint-site-main .gp-theprint-sidebar {
        max-width: 21rem;
        max-height: 18.75rem;
    }

    .custom_gp-theprint-site-main .gp-theprint-widget.widget_text.custom_widget_text {
        max-width: 21rem;
    }

    .custom_gp-theprint-site-main .gp-theprint-widget.gp-theprint-recent-posts-a + .gp-theprint-widget.widget_text, .gp-theprint-widget.gp-theprint-recent-posts-a {
        max-width: 20rem;
    }
    .custom_gp-theprint-site-main .gp-theprint-widget.gp-theprint-recent-posts-a + .gp-theprint-widget.widget_text {
        max-height: 15.625rem;
        max-width: 18.75rem;
    }
}


.gp-theprint-site-header.header-a .gp-theprint-logo img{
    padding: 0 !important;
    margin-top: 6px;
}

.gp-theprint-primary-navigation ul li div.sub-menu ul.sub-posts li {
    min-height: 290px;
}

img {
    max-height: fit-content;

}

.featured-image img {
    object-fit: cover;
}

.gp-theprint-site-header.header-a .gp-theprint-logo img {
     max-height: fit-content;
}

.gp-theprint-primary-navigation ul li a {
    font-size: 14px;
}

@media only screen and (max-width: 1023px) {
    .entry-content img,
    .featured-image img {
        height: auto;
    }

     img {
        object-fit: contain;
    }
}

