@media only screen and (max-width: 768px) {
    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }

    .table-cdn table img {
        width: 40px;
    }

    .table-cdn table {
        width: 100% !important;
        max-width: 100%;
    }

    .mt-footer {
        margin-bottom: 15px !important;
    }

    .table-cdn table tr td, .table-cdn table tr th {
        padding: 10px 15px;
        font-size: 13px;
    }

    .form-banner {
        width: 100%;
        margin: 30px 0 0 0;
    }
}