

@media(max-width: 768px) {
    

    .image-item:nth-child(even) {
        float: right;
    }
}
