<style>
      *,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

a {
  color: #aaa;
  text-decoration: none;
}
a:hover,
a:active {
  color: #333;
}
h2 {
  color: #4e88ae;
  font-weight: 400;
  text-align: center;
}
img {
  border: 0;
  display: block;
  width: 100%;
}
.entry {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: -10px 10px 10px -10px rgba(0, 0, 0, 0.35),
    -10px 10px 0 -3px rgba(0, 0, 0, 0.2);
  margin: 10px auto 20px;
  max-width: 800px;
  overflow: hidden;
  padding: 20px 40px;
  position: relative;
  text-align: center;
}
.entry > p {
  padding: 20px 0 10px;
}
.entry > .grid {
  margin: 20px auto 0px;
}
.entry > .grid > .item {
  width: 50%;
}
.grid {
  max-width: 69em;
  list-style: none;
  margin: 30px auto;
  padding: 1;
}
.grid .item {
  display: block;
  float: left;
  padding: 2px;
  width: 33%;
  opacity: 1;
}
.grid .item a,
.grid .item img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}
.grid.effect-2 .item.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
  0% {
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  0% {
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .grid .item {
    width: 50%;
  }
  .entry {
    box-shadow: none;
  }
  .entry > .grid > .item {
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
  .grid .item {
    width: 100%;
  }
  .entry {
    padding: 20px 0;
  }
  .entry > p {
    padding: 10px;
  }
  .entry > .grid > .item {
    width: 100%;
  }
}

    </style>/* CSS Document */

