@charset "UTF-8";

.mv_text {
    opacity: 1;
    transition: opacity .3s ease;
}

.mv_text.active {
    opacity: 0;
}

#mv_outer {
    background: #000000;
}

#mv_outer.mv_scroll {
    border-top: 0!important;
}