/*special conditions for just mobile*/
@media screen and (max-width: 767px) {}

/*desktop layout here*/
@media screen and (min-width: 768px) {}


div.index-content {
    img {
        image-rendering: pixelated;
        height: 8em;
        padding-top: 5em;
    }
}