 /* _____________________________ 750px and More _____________________________ */
@media only screen and (max-width: 750px) {
    /* ________ Links ________ */
    #content-grid-container {
        padding-top: 0px;
    }

    #content-grid {
        grid-template-columns: repeat(auto-fit, max(100px));

        grid-gap: 20px;
        margin: 20px;
    }

    .link-container {
        margin-bottom: 20px;
    }

    .link-container p {
        height: 48px;
    }

    .link img {
        height: 100px;
        width: 100%;
    }

    .link-header {
        padding-bottom: 10px;
    }

    .link-header:first-of-type {
        padding-top: 15px;
    }

    #default p {
        height: 48px;
    }
}