
img {
    margin-top: 10px;
}

@media (min-width: 768px) {
    img {
        margin-top: 100px;
    }
}