@charset "utf-8";

#feature {
  position: relative;
  background-color: white;
}

#feature-display {
  height: 500px;
}

#feature-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: slide-up-fade-in 1s ease-out 0s both;
  -moz-animation: slide-up-fade-in 1s ease-out 0s both;
  -ms-animation: slide-up-fade-in 1s ease-out 0s both;
  animation: slide-up-fade-in 1s ease-out 0s both;
}

#feature-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
