.block-list .block-subcontent img { max-width:150px; }
.block-list-items .list.section-toggle .category:not(:first-child) > ol { display:none; }

/* Video fields, responsive iframe */
.block-list-items .list.section-toggle .field-wrapper.video[class*='aspect-'] .value { position: relative; height:0 }
.block-list-items .list.section-toggle .field-wrapper.video.aspect-4-3 .value { padding-bottom: 75.00%; }
.block-list-items .list.section-toggle .field-wrapper.video.aspect-16-9 .value { padding-bottom: 56.25%; }
.block-list-items .list.section-toggle .field-wrapper.video.aspect-4-3  .value iframe,
.block-list-items .list.section-toggle .field-wrapper.video.aspect-16-9 .value iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }