.live-box {
    background-color: #F5F2F2;
    padding: 2rem 2rem 2.5rem;
    border-radius: 10px;
}

.live-box h5 {
    color: #E22522;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-align: center;
}

.live-box .embed-responsive {
    max-height: 360px;
    display: flex;
    justify-content: center;
}

.global .time {
    color: var(--dark-colorC);
}

.global .time h4 {
    margin-top: 10px;
    margin-bottom: 0;
}


.global .spkers-group {
    margin-left: 0;
}

.warning {
    color: #E22522;
    margin: 10px 0px;
    font-size: 16px;
}

.preview {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-image: url('../img/cybersecGlobal/preview.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
.preview > .preview-txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
}

/* ====================================================
# Add to Calendar
==================================================== */
.btn-cal {
    font-size: 14px;
    border: 2px solid #0098DA;
    border-radius: 20px;
    margin: 10px 0 20px;
}

.btn-cal:focus,
.btn-cal:hover {
    background-color: var(--main-colorC);
}