@charset "utf-8";
/* CSS Document */

.box { margin-bottom:20px;
  position: relative;
  max-height: 370px;
  overflow: hidden;
 /* box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);*/
}
.box .hide {
  opacity: 0;
}
.box .frame {
  position: absolute;
  border: 1px solid #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box h2, .box p, .box .more{
  position: absolute;
  color: #fff;
  z-index: 2;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
}
.box .icon{
  position: absolute;
  z-index: 2;
  transition: opacity 0.2s, transform 0.3s;
}
.box h2 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.box p {
  bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.box .more {
  bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.box:hover {
  transition: all .3s ease-in-out;
}
.box:hover:before {
  transition: all .3s ease-in-out;
}
.box img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all .3s ease-in-out;
}
.box img:hover {
  transition: all .3s ease-in-out;
}
.box img:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.box img:hover {
  transition: all .3s ease-in-out;
}
@media (min-width:768px){
.vintage .icon {
  top: 50%;
  transform: translate3d(0, 60px, 0);
 left:5%
}
.vintage h2 {
  top: 50%;
  transform: translate3d(0, 60px, 0);
  left:5%
}
.vintage p {
	text-transform:uppercase;
  top: 68%;
  transform: translate3d(0, 60px, 0);
  left:5%;

}
.vintage1 .more {
	font-size:16px;
	text-transform:uppercase;
  top: 80%;

  left:5%;

}
}
@media all and (max-width:767px){
	.vintage .icon {
  top: 30%;
  transform: translate3d(0, 60px, 0);
 left:5%
}
.vintage h2 {
	 font-size:18px;
  top: 35%;
  transform: translate3d(0, 60px, 0);
  left:5%
}
.vintage p {
	text-transform:uppercase;
  top: 65%;
  transform: translate3d(0, 60px, 0);
  left:5%;

}
.vintage1 .more {
	font-size:16px;
	text-transform:uppercase;
  top: 80%;

  left:5%;

}
	}


.vintage:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0, rgba(20, 20, 20, 0.9) 95%);
  z-index: 2;
  bottom: -55%;
  left: 0;
}
.vintage1:hover:before {
  bottom: 0;
}
.vintage1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0, rgba(20, 20, 20, 0) 95%);
  z-index: 2;
  bottom: -55%;
  left: 0;
}
.vintage:hover:before {
  bottom: 0;
}
.vintage:hover h2 {
  bottom: 20px;
  transform: translate3d(0, 20px, 0);
}
.vintage:hover .icon {
  transform: translate3d(0, 20px, 0);
}
.vintage:hover p {
  bottom: 20px;
  transform: translate3d(0, 20px, 0);
}
.vintage1:hover .more {
	top:75%;

}