.teacher-quiz-product label {
    display: block;
    background: #e8eaea;
    padding: 10px;
    border-radius: 20px;
    color: #000;
}
.teacher-quiz-product:hover{
background: none !important;
}
.replay-video-section {
    display: flex;
    flex-wrap: wrap;
}
.replay-video-section h5{
    width:65%;
}
.replay-video-section h3{
    font-size: 22px;
    margin-top: 6px;
}
.replay-video{
    width: 25%;
    margin: 0px !important;
    border-radius: 25px;
    background:#ff4667 !important;
}
.back-btn{
    
}
.vimeo-iframe {
    pointer-events: none !important; 
}

.vimeo-iframe iframe {
    width: 100%;
}