/*=- /Content/Layouts/Clean/stylesheets/section-images-panel.css -=*/

@charset "UTF-8";
.image-panel {
  position: relative;
}
.image-panel img {
  border: 0 solid transparent;
}
.image-panel a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: opacity 3s ease-in-out;
  background-position: top center;
  background-repeat: no-repeat;
}
.image-panel a.next {
  opacity: 0;
}
.image-panel .image-item {
  position: relative;
}
.image-panel .image-title {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1em;
  font-size: 3em;
  color: white;
}
