/* adjust spaces between images */
#img-container .asset-holder { line-height: 0px; padding-right: 1vmin; padding-bottom: 1vmin; }

/* force height more specificially */
#img-container .asset img { height: 200px; }

#img-container { display: flex; justify-content: flext-start; flex-wrap: wrap; width: 100%; }
#img-container .asset { position: relative; }

#textspace { /* width: 900px; */ }
#textspace.before { margin-bottom: 2em; }
#textspace.after { margin-top: 2em; }

@media only screen and (max-width: 900px)  
{ 
    #img-container .asset-holder { width: 100%; padding-right: 0; padding-bottom: 3vmin; }
    #img-container .asset img { width: 100%; height: auto; }
}