    .post-feature-image img {
        height: auto;
    }
    #content h2::before { 
      display: block; 
      content: " "; 
      margin-top: -285px; 
      height: 285px; 
      visibility: hidden; 
      pointer-events: none;
    }
    
    @media(max-width: 767px){
        #content img{
            width: 100%;
        }
    }