.webinar-image .text-center {
    margin: auto;
    height: 100%;
    position: absolute;
    width: 100%;
    align-content: center;
    display: grid;
    background: #ffffffb7;
}
.webinar-image .text-center .d-inline-flex * {
    text-align: center;
    align-items: center;
    margin: auto;
}
.left.completed .info span {
    color: #00CC8C;
}
.info {
    font-weight: 400;
    font-size: 14px;
}
.left .info span {
    color: #01AEB8;
    font-size: 30px;
}
.left .info div div {
    font-size: 16px;
}
.webinar-interactive .subtitle {
    font-weight: 500;
    font-size: 24px;
}
.webinar-interactive .bottom {
    color: #808080;
    margin-top: 0.5em;
}
.webinar-interactive .bottom a {
    text-decoration: underline;
    color: #808080 !important;
}
.webinar-image h1 {
    font-size: 36px;
    margin-bottom: 18px;
}
.webinar-image .subtitle {
    font-family: "omnes-pro", "aller", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 0.75;
    color: #01aeb8;
}
p.bottom {
    font-family: 'Aller';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #808080;
    margin-top: 8px;
}
p.bottom a {
    color: #808080 !important;
    text-decoration: underline;
}

/** blur image on purchase or zoom */
.webinar-image.purchase img,.webinar-image.zoom-waiting img {
    filter: blur(15px);
    z-index: -1;
    position: absolute;
}
