.insight-video-wrap {
    width: 100%;
    margin: 0;
}

.insight-video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.insight-video-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.insight-speaker-card{
    text-align:center;
    max-width:400px;
    margin:auto;
}

.speaker-photo{
    width:120px;
    height:120px;
    border-radius:100px;
    object-fit:cover;
}

.speaker-btn{
    display:inline-block;
    margin-top:10px;
    padding:8px 16px;
    background:#000;
    color:#fff;
    text-decoration:none;
}

.insight-session-list{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.insight-session-item{
    padding:20px;
    border:1px solid #ddd;
}

.session-btn{
    display:inline-block;
    margin-top:10px;
}

.insight-top-item{
    margin-bottom:15px;
}

.session-row {
    background: #ff6b2c;
    color: #fff;
    font-weight: bold;
}

.session-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.session-header img {
    max-height: 40px;
}
tr.session-row img {
    border-radius: 8px;
}


.break-row {
    background: #ccc;
    font-weight: bold;
}
.break-row td {
    font-weight: normal;
}
.break-row td[colspan="3"] {
    font-size: 16px;
    font-weight: 600;
}

div#scrubber {
    display: none;
}