

.thumbnail {
  display: inline-block;
  width: 375px;
  min-height:370px;
  /*background-color: #fff;*/
  /** box-shadow: 7px 7px #222; **/
  margin: 1em;
 
}

.macThumb {
  position: relative;
  padding-bottom: 220px;
  background-size: cover;
  background-position: center bottom;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.8) inset;

}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: rgba(0,0,0,0.9);
  text-align: center;
  margin: 0 auto;

}

.overlay ul {
  width: 80%;
  margin: 0 auto;
  padding-top:18px;
  padding-left: 0;
}

.overlay ul p{
  width: 80%;
    margin: 0 auto;
    padding-bottom: 18px;
    color: #fff;
    font-weight: 900;
}

.overlay:hover {
  opacity: 0.9;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}

.des ul {
  width: 60%;

}

.des li{
  display: inline-block;
  border: 0 white solid;
  color: white;
  padding: 6px;
  font-size: 18px;
  border-radius: 3px;
  vertical-align: middle;
  margin: 4px 1px;
}

.des li:hover {
  border: 1px white solid;
  cursor: pointer;
  padding: 6px;
  margin: 4px 1px;
}


.macHeader {
  width: auto;
  height: 20px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 9px;
  padding-right: 40px;
  

}


.thumbnail i {
  font-style: normal;
}

i:hover,
i:hover:nth-child(2),
i:hover:nth-child(3) {
  color: #333;
}

i:active {
  background-color: #7f2f2b;
}

i:nth-child(2) {
  background-color: #ffbd2e;
}

i:active:nth-child(2) {
  background-color: #7f5e17;
}

i:nth-child(3) {
  left: 42px;
  background-color: #28ca41;
}

i:active:nth-child(3) {
  background-color: #197f29;
}

.tilt {
  font-size: 9px;
  transform: rotate(-55deg);
}

/**** Animation Start ***/
@keyframes animate
{
  
  0%,10%,100%
  {
    width:0;
  }
  70%,90%
  {
    width:100%;
  }
}

/**** Animation End ***/