@media only screen and (max-width: 1024px) {
    .featured-image-header,
    .featured-image-header .image-section {
        height: 40vh !important;
        width: 100% !important;
    }

    .featured-image-header {
        background-attachment: unset;
        background-position: center;
        background-size: cover;
    }

    .featured-image-header .image-section {
        padding-top: 20px;
    }

    .site-inner {
        margin-top: 0;
    }
}
