.blockHead {
  width:33.3%;
  height:350px;
  display:inline-block;
  position: relative;
  float:left;
}

.blockBordered {
  border:2px solid #fff;
  margin:0 10px;
  background:none;
  height:300px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

a .blockHead { color:#fff;}

.blockBordered:hover {
  background:rgba(255, 255, 255,1);
}

.blockBordered span.collect {
  border:1px solid #fff;font-weight:500;
}

.blockBordered:hover span.collect {
  border:1px solid #000;
}

a .blockBordered:hover {
  color:#000;
}

.blockHead h2 {margin:120px auto 0 !important;}

.blockHead h2.theCollection {
  text-transform:uppercase;font-size:36px;
}

.epAbs {
  position:absolute;
  display:block;
  bottom:75px;
  right:25px;
  text-align:left;
  width:130px;
}

.happycustomers {
  height: 315px;
}

/* Small devices (tablets, up to 799px) */
@media (max-width: 799px) { 

  .blockHead {
    width:100%;
    height:160px;
  }

  .blockBordered {
    height:150px;
  }

  .blockHead h2 {
    margin:60px auto 0 !important;
  }

  .blockHead h2.theCollection {
    text-transform:uppercase;font-size:28px;
  }

  .epAbs {
    display:block;
    bottom:25px;
    right:0;
    width:100%;
    text-align:center;
  }

  .happycustomers {
  height: auto;
  }

}