.view {
  margin: 0px;
    width: 22vw;
    height: 22vw;
  float: left;
  border-color: #fff;
  border-style: solid;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 2px 2px 5px grey;
  -moz-box-shadow: 2px 2px 5px grey;
  box-shadow: 2px 2px 5px grey;
  cursor: default;
  background: #fff;
}
.view .hbcontent, .view .imgbox, .view .mask-1, .view .mask-2 {
  background: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.view img {
  position: relative;
  height: 100%;
  width: auto;
  margin: 0 -100%;
  max-width: none;
}
.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 2.7vw;
  padding-top: 0.8vw;
  line-height: normal;
  background: none;
  margin: 0;
}
.view p {
  font-size: 1.25vw;
  position: relative;
  color: #fff;
  padding: 0.7vw 2vw;
  margin: 0;
  text-align: center;
}
.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 0.5vw 1.5vw;
  background: #dd8700;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 1px 6px #000;
  -moz-box-shadow: 1px 1px 6px #000;
  box-shadow: 1px 1px 6px #000;
}
.view a.info: hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}

.view > .bordereff {
  background: none;
  bottom: 0;
  height: 10px;
  position: absolute;
  width: 100%;  
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.view:hover > .bordereff {
  background: #2f49a0;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

@media only screen and (max-width: 480px) {
.view {
    width: 77vw;
    height: 77vw;
}
    .view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 9.45vw;
  padding-top: 2.8vw;
  line-height: normal;
  background: none;
  margin: 0;
}
.view p {
  font-size: 4vw;
  position: relative;
  color: #fff;
  padding: 6vw 4vw;
  margin: 0;
  text-align: center;
}
.view a.info {
    font-size:4vw;
  display: inline-block;
  text-decoration: none;
  padding: 2.75vw 6.25vw;
  background: #dd8700;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 1px 6px #000;
  -moz-box-shadow: 1px 1px 6px #000;
  box-shadow: 1px 1px 6px #000;
}
}