@import url('https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap');


.header1 {
  font-size: 24px;
  text-align: center;
}

.container1 {
  width: 100%;
  max-width: 1200px;
  border-radius: 4px;
  margin: 0 auto;
  padding: 40px 0;
}

.content1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 0 30px;
}
.content2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0 30px;
}
.wrapper1 {
  width: 25%;
  height: 100%;
  padding: 2px;
}

.name1 {
  position: relative;
  font-size: 16px;
  display: inline-block;
  
  
}
.name1:after {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: 1px;
    background-color: #000;
    bottom: -4px;
    left: 0;
  }
.box1 {
  position: relative;
  max-height: 300px;
  border-radius: 4px;
  overflow: hidden;
  
  
  
}

.box1 .hide { opacity: 0; }
  
.box1   .frame {
    position: absolute;
    border: 1px solid #fff;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
.box1 >  h2, .box > p {
    position: absolute;
    color: #fff;
    z-index: 2;
    width: 100%;
    transition: opacity 0.2s, transform 0.3s;
  }
  
.box1 >  h2 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
  
.box1  > p {
    bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
  }
  
.box1:hover {
    transition: all .3s ease-in-out;
  }
  
.box1:hover:before {
    transition: all .3s ease-in-out;
  }
  
.box1  > img {
    position:relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .3s ease-in-out;
    
     
  }
.box1 >  img:hover {
      transition: all .3s ease-in-out;
    }
    
.box1 >  img:after {
      content: '';
      position: absolute;
      background-color: rgba(0,0,0,.6);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
    }
    
.box1  > img:hover {
      transition: all .3s ease-in-out;
    }


.vintage {
 
}

.vintage > h2 { 
    top: 40%;
    transform: translate3d(0, 60px, 0);
    text-align: center; 
	font-size: 14px;
   
  }
  
.vintage >  p { 
    opacity: 0;
    bottom: 0;
    transform: translate3d(0, -10px, 0);
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
  }
  
.vintage:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    z-index: 2;
    bottom: -100%;
    left: 0;
  }
  
.vintage:hover:before {
    bottom: 0;
  }
  
.vintage:hover {
   
  }
.vintage:hover > h2 {
      bottom: 60px;
      transform: translate3d(0, 20px, 0);
    }
    
 .vintage:hover >   p {
      opacity: 1;
      transform: translate3d(0, -30px, 0);
    }


@media screen and (max-width: 880px) {
  .wrapper1 {
    width: 50%;
  }
}

@media screen and (max-width: 520px) {
  .wrapper1 {
    width: 100%;
  }
}

.inter-font-family
{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 39px;
/* identical to box height, or 300% */

text-align: center;
letter-spacing: 0.1em;
color: #FFFFFF;
}