@charset "UTF-8";
  <style>
      /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
      body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue   Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}



h2 {
  text-align: center;
}

.css-slideshow-container {
	height: 252px;
	width: 330px;
	position: relative;
	left: 828px;
	top: -202px;
}
.css-slideshow-container figure {
	position: absolute;
	left:-20px;
	
	opacity: 0;
}
.css-slideshow-container figure:nth-child(1) {
  animation: xfade 32s 24s infinite;
}
.css-slideshow-container figure:nth-child(2) {
  animation: xfade 32s 16s infinite;
}
.css-slideshow-container figure:nth-child(3) {
  animation: xfade 32s 8s infinite;
}
.css-slideshow-container figure:nth-child(4) {
  animation: xfade 32s 0s infinite;
}
.css-slideshow-container figure img {
}
.css-slideshow-container figure figcaption {
	position: absolute;
	top: 0;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.3);
	font-size: .8rem;
	padding: 5px 10px;
	opacity: 5;
	transition: opacity .5s;
	margin-top: 200px;
}
.css-slideshow-container:hover figure figcaption {
  transition: opacity .5s;
  opacity: 1;
}

@keyframes xfade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

    </style>/* CSS Document */
