/* #instafeed{
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
}

#instafeed a{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: 1s ease;
    width: 100%;
    padding: 20px;
    padding-left: 10px;
    margin-top: 20px;
    overflow: hidden;
    opacity: 0;
    animation-name:fadeIn;
    animation-delay: 0.6s;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    text-decoration: none;
    color: white;
    
} */

@import url(https://fonts.googleapis.com/css?family=Montserrat:200);
.snip1577 {
  font-family: 'Montserrat', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;

  min-width: 230px;
  max-width: 315px;
  min-height: 393.75px;
  max-height: 393.75px;

  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background: #000000;
  border-radius: 15px;
  vertical-align: middle
}

.snip1577 *,
.snip1577:before,
.snip1577:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1577 img {
  max-width: 130%;
  max-height: 100%;
  backface-visibility: hidden;
  vertical-align: center;
}

/* .snip1577:before,
.snip1577:after {
  position: absolute;
  font-family: "bootstrap-icons";
  top: 20px;
  right: 20px;
  content: "\F437";
  background-color: #fff;
  z-index: 1;
  opacity: 0;
} */

.snip1577:before {
    position: absolute;
    font-family: "bootstrap-icons";
    top: 20px;
    right: 5px;
    content: "\F437";
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    width: 1px;
    height: 0;
}

/* .snip1577:after {
  height: 0;
  width: 0;
} */

.snip1577 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}

.snip1577 h3,
.snip1577 h4 {
  margin: 0;
  font-size: 0.7em;
  font-weight: normal;
  opacity: 1;
  position:relative;
  z-index:999;

}

.snip1577 h4 {
  font-size: .8em;
  text-transform: uppercase;
}

.snip1577 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}

.snip1577:hover img,
.snip1577.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.8;
}

.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.snip1577:hover:before,
.snip1577.hover:before {
  width: 40px;
}

.snip1577:hover:after,
.snip1577.hover:after {
  height: 40px;
}

.snip1577:hover h3,
.snip1577.hover h3,
.snip1577:hover h4,
.snip1577.hover h4 {
  opacity: 1;
}

.snip1577:hover h3,
.snip1577.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.snip1577:hover h4,
.snip1577.hover h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}