/* md applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .image-row img {
        width: 85vw;
    }

    body {
        margin-top: 22%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}