/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v2.0.0
* Docs at http://ramseyinhouse.github.io/scut
*/
.sn_emo_text__card figure picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sn_emo_text__card figure picture picture, .sn_emo_text__card figure picture img {
  width: 100%;
  height: 100%;
}
.sn_emo_text__card figure picture img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 0em) and (max-width: 61.99em) {
  .sn_emo_text__ct {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.sn_emo_text__card {
  position: relative;
  overflow: hidden;
  color: #fff;
}
@media only screen and (min-width: 62em) {
  .sn_emo_text__card {
    border-radius: 0.5rem;
  }
}
.sn_emo_text__card figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sn_emo_text__card figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.sn_emo_text__card__content {
  position: relative;
  z-index: 10;
  max-width: 54.375rem;
}