/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
/* ÍMPARES: mostra esquerda, esconde direita */
.layout_9186 .w-grid-item:nth-child(odd) .imgesquerda {
    display: flex;
}

.layout_9186 .w-grid-item:nth-child(odd) .imgdireita {
    display: none;
}

/* PARES: mostra direita, esconde esquerda */
.layout_9186 .w-grid-item:nth-child(even) .imgesquerda {
    display: none;
}

.layout_9186 .w-grid-item:nth-child(even) .imgdireita {
    display: flex;
}