#section_5
{
    height: 8vw;
}
@media only screen and (max-width: 822px) and (min-width: 439px)
{ 
    #section_5
    {
        height: 0vw !important;
    }
}
