@charset "UTF-8";

#mv:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    background: -webkit-linear-gradient(45deg, rgb(7 172 254 / 50%) 16%, rgb(133 199 230 / 50%) 47%, rgb(255 176 138 / 50%) 67%, rgb(255 95 17 / 50%) 90%);
}