@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

        font-size: 1.5rem !important;
    }

    body {
        font-size: 1.5rem !important;
    }

    body h1 span {
        font-size: 1.5em !important;
    }

    body h4 img {
        height: 120px;
    }

    body .container {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        margin: 40px 20px 20px 20px;
        padding: 40px;
    }
    body .tab {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        margin: 20px;
        margin-top: 40px;
    }

    body .tab .tab-items {
        min-width: 100px;
        padding: 0;
        width: 25%;
        max-width: 25%;
        margin: 10px;
        text-align: center;
    }

    body #Bank.tab-items {
        padding-left: 0;
    }

    body .metamenu {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 20px;
    }

    body .form-control {
        font-size: 1em;
        border-color: #333 !important;
    }

    body .btn {
        font-size: 1.5em;
    }
}
