/* Landscape */
.paysageWrapper .afPrice {
    height: 50%;
    width: 15%;
    font-size: 0.6vw;
}

.paysageWrapper .afImgContainer {
    width: 55%;
    position: relative;
    height: 70%;
    margin-left: 30%;
    margin-right: 15%;
    /* display: grid; */
    overflow: hidden;
    text-align: center;
    margin-top: 10%;
}

.paysageWrapper .afImgContainer > img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}

.paysageWrapper .afFooter {
    position: absolute;
    bottom: 0.5%;
    left: 1%;
    width: 30%;
    text-align: right;
}

.paysageWrapper .afLabel {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 3%;
    margin-left: 6%;
    width: 10%;
    height: 10%;
}

.paysageWrapper img.promo {
    position: absolute;
    top: 20%;
    left: 9%;
    height: 40%;
    transform-origin: center -20px;
    transform: rotateZ(3deg);
}

.paysageWrapper .afFooter p {
    margin: 0;
    font-size: 0.35vw;
    line-height: 0.3vw;
    font-family: Futura-Book;
}

.paysageWrapper .afFooter p:first-child {
    font-family: Futura;
    font-size: 0.5vw;
}

.paysageWrapper .promoExpiration {
    font-size: 0.24vw;
}
