/* Creative Archive Pagination CSS
   Hides the image and description on page 2+ of the Creative (tag) archive,
   while the Creative name (Text element without this class) stays visible.

   Apply the class "creative-header-hide" in Breakdance to:
   - The Image element
   - The description Text element

   Do NOT apply it to the first Text element (Creative name/title).
*/

body.creative-archive-paged .creative-header-hide {
	display: none;
}
