@media (max-width: 768px) {
    .masthead-container.background-based-masthead.full-bleed .image-container-x {
        height: calc(100vh - 52px) !important;
        height: calc(var(--app-height) - 52px) !important;
    }
    .masthead-container.background-based-masthead .masthead-title-container.under-image-masthead-title-container {
        position: absolute;
        top: 0px;
        width: 100%;
        background: none;
        display: flex;
        align-items: flex-end;
        height: 100%;
    }
    .masthead-title-container.under-image-masthead-title-container .container {
        margin-bottom: 6rem;
        text-align: center;
    }
    .masthead-title-container.under-image-masthead-title-container .container:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 33%;
        width: 100%;
        z-index: -1;
        background: linear-gradient(transparent 0px, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0) 33%);
        background-color: rgba(0, 0, 0, 0);
    }
    .masthead-container {
        overflow: hidden;
    }
    .series-title, .series-kicker {
        color: #FFFFFF !important;
        text-align: center !important;
    }
    .masthead-container.background-based-masthead { 
        margin-bottom: 2.5rem; 
    }
    .special-report .series-title {
        font-size: 2.2rem;
        line-height: 1.1;
    }