.cardWrapper {
  background: transparent;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.card, .card__mediaElement {
  position: relative;
  height: 100%;
}
.card__mediaElement {
  width: auto;
  width: 100%;
  display: block;
}
.picture, .picture:after {
  position: relative;
  display: block;
}
.picture:after {
  content: "";
  width: 100%;
  padding-bottom: 133.33333%;
  z-index: -1;
}
.banner .picture:after {
  padding-bottom: 133.33333%;
}
@media (min-width: 1024px) {
.banner .picture:after {
    padding-bottom: 56.11%;
}
}
.banner.banner--small .picture:after {
  padding-bottom: 10rem;
}
@media (min-width: 1024px) {
.banner.banner--small .picture:after {
    padding-bottom: 18.75rem;
}
}
.picture__img {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}
@media (min-width: 1024px) {
.card__image .picture__img {
    top: 20%;
    transition: all .3s cubic-bezier(.09,.72,.76,1.01);
    transform: translate(-50%,-50%) scale(1.005);
    will-change: transform;
}
}
@media (min-width: 1024px) {
.card:hover .card__image .picture__img {
    transform: translate(-50%,-50%) scale(1.04);
    transition: all .3s cubic-bezier(.09,.72,.76,1.01);
}
}
.card__textWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.card__textWrapper.card__textWrapper--darkFull {
  background-color: rgba(0,0,0,.15);
}
.card__text {
  width: 100%;
  padding: 0 2.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 0;
  bottom: 0;
  color: #fff;
}
@media (min-width: 1024px) {
.card__text {
    width: 100%;
    padding: 0 0.625rem;
}
}
.card__text--bottom {
  bottom: 3.25rem;
  top: auto;
}
@media (min-width: 1024px) {
.card__text--bottom {
    bottom: 7rem;
}
}
.card__supportText {
  content: "t-sub-h2";
  font-family: ZegnaHelveestiRegular,sans-serif;
  font-size: .875rem;
  line-height: 1.125rem;
  letter-spacing: .03125rem;
  display: block;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 1280px) {
.card__supportText {
    font-size: .9375rem;
    line-height: 1.3125rem;
    letter-spacing: .0625rem;
}
}
@media (min-width: 1280px) {
.card__title {
    font-size: 2.4375rem;
    line-height: 2.5rem;
    letter-spacing: .21875rem;
}
}
.infoText {
  display: block;
  text-align: left;
  font-family: ZegnaHelveestiRegular,sans-serif;
  line-height: 1.5rem;
  font-size: 1rem;
  margin: calc(4.902vw + 11.76471px) 1.25rem;
}
.infoText img {
    width: 100%!important;
    height: auto!important;
}
@media (min-width: 1024px) {
.infoText {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}
}