.imagen-grid{grid-column-gap:30px;grid-row-gap:30px;display:grid;display:flex;flex-wrap:wrap;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);position:relative}.imagen-grid img{cursor:pointer;display:block;object-fit:cover;position:relative;width:100%}.imagen-grid img:first-child,.imagen-grid img:nth-child(4){width:calc(33% - 30px)}.imagen-grid img:nth-child(2),.imagen-grid img:nth-child(3){width:calc(66% - 30px)}.imagen-grid .img-1{grid-area:1/1/2/2}.imagen-grid .img-2{grid-area:1/2/2/4;min-height:100%}.imagen-grid .img-3{grid-area:2/1/3/3;min-height:100%}.imagen-grid .img-4{grid-area:2/3/3/4}@media screen and (max-width:768px){.imagen-grid{display:flex;flex-direction:column}}