//------------------------------------------------------------------------------------------------
// CONTAINER OBJECT
//------------------------------------------------------------------------------------------------

/*
Constrains the content within a max-width. Typically used with
o-layout and width utilities to form a 12 column grid system.
*/

.o-expander {
	position: relative;
}

.o-expander__content {
	display: none;
}