.story_header{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 220px;
    /* background-image: url(header_background.JPG);
    background-position: 50% 50%;
    background-size: 100% auto; */
    background-repeat: no-repeat;
    padding: 0px;
}
@media only screen and (min-width: 2000px){
    .story_header{
        min-height: 350px;
    }
}

.story_header_text{
    color: #ffffff;
    font-size: 40pt;
    vertical-align: middle;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
    padding: 20px 20px 40px 20px;
    border-radius: 5px;
}