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

    .impeto-widget {
        max-width: 100%;
        width: 100%;
        align-self: baseline;
    }
}

@media screen and (max-width: 640px) {
    h1 {
        font-size: 2.900rem;
    }

    .blog-title > div {
        padding: 10px;
    }

    .blog-title > div h1 {
        font-size: 27px;
    }

    table tr th:first-child,
    table tr td:first-child,
    .tablepress tfoot th,
    .tablepress thead th,
    .tablepress .even td,
    .tablepress .odd td {
        font-size: 12px;
        white-space: normal !important;
    }
}

@media screen and (min-width: 900px) {
    .footer-copyright br{
        display:none;
    }
}