<style>
@import url(http://www.markmurray.co/codepen/entypostyle.css);
@import url(http://fonts.googleapis.com/css?family=Lato:100);
html, body {
  background: #252527;
  font-family: 'Lato', sans-serif;
}

h1 {
  font-size: 3em;
  text-align: center;
  margin: 1em 0;
  color: white;
}

.highlight {
  opacity: 1 !important;
}

.image-container {
  position: relative;
}

.images {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.images img {
  max-width: 100%;
  width: 33.48333%;
  height: auto;
  display: inline;
  margin: 50px 0px -3px 0px;
  border: none;
  opacity: 0.2;
}
.images img:first-child {
  opacity: 0.4;
  margin-left:0px;

  
}
.images img:nth-child(2) {
  opacity: 1;
  width: 33,3%;
}
.images img:not(:nth-child(2)) {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.images i {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 4em;
  z-index: 9;
}
.images i:hover {
  color: white;
  font-size: 4.2em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.images i:nth-child(1) {
  left: 1em;
}
.images i:nth-child(2) {
  right: 1em;
}
.botweb {
  font-size:12px; 
  margin-top:10px;
}
</style>