/* Static */
.promoFullscreenVideo.default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.promoFullscreenVideo.default .promo_wrap {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.promoFullscreenVideo.default .image {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
}
.promoFullscreenVideo.default .image img {
    opacity: 0;
}



/* Modifiers */
/* none */



/* Animation */
.promoFullscreenVideo.default {
    opacity: 0;
    transition: opacity 1.0s ease;
}
.promofullscreenvideo .promoFullscreenVideo.default {
    opacity: 1;
    transition: opacity 1.0s ease;
}