/* -- Featured images on StoryMaps pages --
Images have a height of 300px by default. To customize 
a specific page's layout, find its page-specific CSS class 
on the <body> element (site-page-*) and use it here.
*/

@media screen and (min-width: 1400px) {
      /* North Platte Canteen draft */
     .site-page-draft-npc .storymap-featured-images .assets .asset img {  
        height: 325px;
    }
}

/* Temp - ready to move to theme, in storymaps branch */

@media screen {
  #body-wrapper:has(iframe) {
    min-height: initial;
  }
}

@media screen and (min-width: 768px) {
  #advanced-search-form-wrapper + .search-results-wrapper .search-results-list .resource-list.grid .resource {
       min-width: 50%;
    }
}

#advanced-search-form-wrapper + .search-results-wrapper .search-results-list .resource-list.grid .resource {
  word-break: break-word;
}