@font-face {
  font-family: "Heading Now Variable";
  src: url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/woff2/HeadingNowVarVF.woff2") format("woff2-variations"), url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/ttf/Heading-Now-Variable.ttf") format("truetype-variations");
  font-weight: 110 1000;
  font-stretch: 100% 1000%;
}
.image-animate {
  width: 100%;
  margin: 40px 0;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.9s;
}
.image-animate.slide-in-up {
  opacity: 1;
  transform: translateY(0);
}
.image-animate img {
  width: 100%;
}
.image-animate .bdv {
  font-family: "Heading Now Variable", sans-serif;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
  font-stretch: 550%;
  color: #000;
  padding-top: 7px;
  text-align: left;
  opacity: 0.5;
  letter-spacing: -0.25px;
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #757575;
}
@media (max-width: 1300px) {
  .image-animate .bdv {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
  }
}
.image-animate .bdv .credit-photo {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
}
@media (max-width: 1300px) {
  .image-animate .bdv .credit-photo {
    font-size: 11px;
  }
}

/*# sourceMappingURL=images-animate.css.map */
