img {
    width: 48%;
    font-size: 15pt;
    /*line-height: 1.3;*/
    /*height: 90px;*/
    padding: 10px;
    margin: 2px;
    white-space: normal;
    vertical-align: top;
    text-align: center;
    text-transform: none;
    background-color: white;
    line-height: 1.1;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

a {
    text-decoration: none;
}
img:hover, img:active {
    background-color: #eeffee;
}



/* Larger than mobile */
@media (min-width: 400px) {
    img {
        width: 32%;
    }

}

/* Larger than phablet */
@media (min-width: 550px) {
    img {
        width: 32%;
    }
}

/* Larger than tablet */
@media (min-width: 750px) {
    img {
        width: 24%;
        font-size: 16pt;
    }

}

/* Larger than desktop */
@media (min-width: 1000px) {
    img {
        width: 29%;
        font-size: 20pt;
    }

}
