.promo-background {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    top:0;
    bottom: 0;
    left: 0;
    right:0;
    padding-left: 1rem; /*14px;*/
    padding-right: 1rem; /*14px;*/
}
@media only screen and (min-width: 58.8571428571rem) {  /* 58.85714286rem */
    .promo-background {
        padding: 0;
    }
    .promo-background:hover {
        cursor: url(cz-close.png), crosshair;
    }
}
.promo-overlay {
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
    z-index: 3;
    width: 100%;
}
@media only screen and (min-width: 58.8571428571rem) {
    .promo-overlay {
        width: 66rem; /*924px;*/
    }
    .promo-overlay:hover {
        cursor: auto;
    }
}
.promo-overlay-content {
    flex-direction: column;
}
@media only screen and (min-width: 58.8571428571rem) {
    .promo-overlay-content {
        display: flex;
        align-items: stretch;
        flex-direction: row;
    }
}
@media only screen and (max-width: 58.9285714286rem) and (orientation: landscape) {
    .promo-overlay-content {
        display: flex;
        align-items: stretch;
        flex-direction: row;
        height: 89vh;
    }
}
.promo-close {
    position: absolute;
    right: 0.3571428571rem; /*5px;*/
    top: 1.4285714286rem; /*20px*/
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    color: gray;
    font-size: 1.428571429rem; /*20px*/
    padding: 0.5714285714rem; /*8px;*/
    color: #4d4f53;
}
@media only screen and (min-width: 58.85714286rem) {
    .touch a.promo-close {
        position: absolute;
        top: -4.357142857rem; /*-61px;*/
        right: -1rem;
        font-size: 3rem; /*42px;*/
        padding: inherit;
        background-color: transparent;
    }
}
@media only screen and (min-width: 58.85714286rem){
    .no-touch a.promo-close {
        display: none;
    }
}

@media only screen and (max-width: 58.92857143rem) and (orientation: landscape) {
    .promo-close {
        position: absolute;
        top: 0.714285714rem;
        right: 0.285714286rem;
    }
}

.promo-overlay .promo-image {
    min-height: 34vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 58.85714286rem) {
    .promo-overlay .promo-image {
        min-height: 32rem; /*448px;*/
    }
}
.promo-overlay .promo-message {
    border: 1px solid #bcbdbc;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: white;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 34vh;
}
@media only screen and (min-width: 58.85714286rem) {
    .promo-overlay .promo-message {
    }
}
.promo-overlay .promo-message h1 {
    font-size: 2.857142857rem;
    line-height: 3.214285714rem; /*45px;*/
    hyphens: auto;
}
@media only screen and (min-width: 58.85714286rem) {
    .promo-overlay .promo-message h1 {
        font-size: 4rem; /*56px;*/
        line-height: 4.5rem; /*63px;*/
    }
}
@media only screen and (max-width: 22.92857143rem) {
    .promo-overlay .promo-message h1 {
        font-size: 2.285714286rem; /*32px;*/
        line-height: 2.857142857rem /*40px;*/
    }
}
.promo-overlay .promo-message .promo-button {
    font-size: 1.25rem; /*17.5px*/;
    margin-top: 2rem;
    padding: 1rem;
}
@media only screen and (min-width: 58.85714286rem) {
    .promo-overlay .promo-message .promo-button {
        margin-top: 2rem;
        font-size: 1.5rem;
    }
}
