/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./acf/blocks/instagram-feed/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.instagram-feed {
  position: relative;
  overflow: hidden;
}
.instagram-feed:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 2;
  border-radius: 30px;
  transition: opacity 0.3s;
}
@media (max-width: 962px) {
  .instagram-feed:after {
    border-radius: 13.5px;
  }
}
.instagram-feed__content {
  position: relative;
  z-index: 3;
  transition: transform 0.3s, opacity 0.35s;
  opacity: 0;
  transform: translateY(100%);
}
.instagram-feed:hover .instagram-feed__content {
  opacity: 1;
  transform: translateY(0px);
}
.instagram-feed:hover:after {
  opacity: 1;
}
@media (max-width: 962px) {
  .instagram-feed .wp-block-button__link {
    white-space: nowrap;
  }
}
