/*.underline {
	color: inherith !important;
	line-height: 1.2em;
	span {
		position: relative;
		z-index: 1;
		display: -webkit-inline-box;
		&:after {
			content: '';
			position: absolute;
			bottom: 0;
			left: -0.15em;
			width: calc( 100% + 0.3em);
			height: 0.4em;
			background-color: $primary;
			z-index: -1;
			transform: scaleX(100%);
			transform-origin: 100% 0%;
			transition: transform 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.1s;
		}
	}
	&.primary { color: inherith !important; span:after { background-color: $primary; }}
	&.secondary { color: inherith !important; span:after { background-color: $secondary; }}
	&.tertiary { color: inherith !important; span:after { background-color: $tertiary; }}
	&.red { color: inherith !important; span:after { background-color: $red; }}
}*/
section.carousel-section {
  width: 100%;
  padding: 0;
  position: relative;
  background-color: #FFF; }
  section.carousel-section h2.carousel-main-title {
    color: #FFF;
    padding: .5em 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      section.carousel-section h2.carousel-main-title {
        display: none; } }
