h1 { display: flex; justify-content: center; }

.work-item { display: grid; grid-gap: 20px; grid-template-rows: auto auto auto auto 70px; grid-template-columns: 100%; grid-template-areas: "title" "caption" "readmore-link" "image" "spacer"; margin-top: 50px; text-align: center; }

.work-item h2 { font-family: Georgia, "Times New Roman", Times, serif; grid-area: title; }

.work-item .work-media { grid-area: image; width: auto; }

.work-item p { grid-area: caption; }

.work-item a { grid-area: readmore-link; }

.work-item::after { content: ''; grid-area: spacer; background: url("../images/idriz-logo-spacer.png"); background-repeat: no-repeat; background-position: center; }

.work-item img.sneakpeek-image { max-width: 250px; max-height: 250px; margin-right: 20px; }

.implosions-picasso-intermezzo { text-align: center; margin-top: 20px; margin-bottom: 20px; }

.implosions-picasso-intermezzo image { width: 40%; height: auto; }

.implosions-picasso-intermezzo span { font-style: italic; }

/*# sourceMappingURL=works.css.map */