.story-container,
.story-row {
  position: relative;
  width: 100%;
  max-width: 1124px;
  margin: 0 auto;
  overflow: hidden;
}

.story-drawer-trigger-container {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  text-align: center;
}

.story-drawer-trigger-container .story-drawer-trigger {
  display: inline-block;
  font-size: 1.385em;
  padding: 0.6em 1.1em;
  color: #FFFFFF;
  text-transform: uppercase;
  vertical-align: top;
  cursor: pointer;
  background: #000000;  /* The Fallback */
  background: rgba(0, 0, 0, 0.6);
}

.story-drawer-trigger-container .story-drawer-trigger > * {
  display: inline-block;
  vertical-align: top;
}

.story-drawer-trigger-container .story-drawer-trigger .trigger-icon {
  width: 28px;
  overflow: hidden;
  background: transparent url("/media/export/cms/story_drawer/expand_bar_arrow_sprite.png") no-repeat 0 0;
}

.story-container.opened .trigger-icon {
  background-position: -28px 0;
}


.story-container.closed:hover .story-drawer-trigger {
  background: rgba(0, 0, 0, 0.75);
  padding-bottom: 1.511em;
}


/*
.story-drawer-trigger-container:hover {
  background: rgba(0, 0, 0, 0.9);
}


.story-drawer-trigger-container .ie8bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: transparent url("/media/export/cms/story_drawer/ie8_expand_bar_bg.png") repeat;
}

.story-drawer-trigger-container:hover .ie8bg {
  background: #000000;
}*/
