
@media screen and (max-width: 450px) {
    .required-docs-division  table
    {
        width: 100% !important;
        margin: 0px  !important;
    }
    .view-article  img
    {
        width: 100%;
        height: auto;
    }
    header figure.logo-container img#logo {
        width: 75px;
        height: auto;
    }
}
