/* Static */
.promoFixed.default {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.promoFixed.default .promo_wrap {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.promoFixed.default .image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
    z-index: 1;
}
.promoFixed.default .image img {
    display: none;
}



/* Modifiers */
/* none */



/* Animation */
/* none */