.mw-100 {
    transition: all 0.3s ease;
}

.mw-100:hover {
    transform: translateY(-5px);
}

.video-section-02::before {
    background: rgb(122, 28, 31, .8);
}

