.instagram-content {
    position: relative;
    width: 320px;
    height: 326px;
  }
  .instagram-image {
    display: block;
  }
  .instagram-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .instagram-content:hover .instagram-overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .instagram-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .instagram-icon a{
    display: inline-block;
    color: white;
    font-size: 62px;
    transition: 0.3s;
  }
  .instagram-icon a:hover{
    color: #FE7524;
  }
  .instagram-container{
    display: flex;
  }

/* ==========================
responsive
=============================*/
@media only screen and (min-width: 1681px) and (max-width: 1899px){
  .instagram-content {
    height: 287px;
}

}

@media only screen and (max-width: 1680px){
  .instagram-content {
    height: 287px;
  }


}
@media only screen and (min-width: 1568px) and (max-width: 1671px){
  .instagram-content {
    height: 269px;
}
  

}


@media only screen and (min-width: 1367px) and (max-width: 1567px){
  .instagram-content {
    height: 234px;
}

}

@media only screen and (max-width: 1366px){
    .instagram-content {
      position: relative;
      height: 168px;
    } 
}

@media only screen and (max-width: 1024px){
    .instagram-content {
      height: 134px;
    } 
}

@media only screen and (min-width: 769px) and (max-width: 991px){
  .instagram-content {
    height: 200px;
  }
  .instagram-content.hide{
    display: none;
  }
}


@media only screen and (max-width: 768px){
    .hide {
      display: none;
  }
    .instagram-icon a {
      font-size: 42px;
  }

}

@media only screen and (min-width: 360px) and (max-width: 740px){
  .instagram-container {
      display: block;
  }
    .instagram-content {
      width: 100%;
      height: 100%;
  }
  .instagram-image img{
    width: 100%;
  }
  .instagram-icon a {
    font-size: 62px;
  }

}
/* ==========================
responsive
=============================*/
