#hero_img_container{

    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 30px;
}

#hero_img{

    position: relative; 
    display: inline-block; 
    width: 75%; 
    object-fit: cover;
}

#post_hero_message{

    width:75%;
    margin:0 auto;
}

@media only screen and (max-width: 768px) {

    #main_header{

        margin-top:0;
    }

    #hero_img{

        width: 120%;
    }

    #post_hero_message{

        width: 100%;
        text-align: justify;
    }
}