html, body {}
.video-js .vjs-big-play-button {
            left: calc(50% - 3rem)!important;
            top: calc(50% - 1.5rem)!important;
        }
.mnav {
    background: #008fd1;
    z-index: 999;
    position: fixed;
    width: 40%;
    height: 100%;
    left: 100%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.mnav > div > a{ display: block; border-bottom: 1px solid #9bd0e8; color: #ffffff!important; text-align: center; line-height: 27px;}
.mnav > div > div{ border-bottom: 1px solid #9bd0e8; color: #004768; text-align: center; line-height: 30px;}
.mnav.open {
    left: 60%;
}

.mnav > a {
    display: block;
    width: 100%;
    color: #FFFFFF;
    line-height: 30px;
}

.mnav > a > span {
    margin-left: 10%;
}

/*menu*/
.menu {
    position: relative;
    width: 53px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #008fd1;
    z-index: 999;
    z-index: 999;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    -moz-transition: left 0.8s;
    -ms-transition: left 0.8s;
    -o-transition: left 0.8s;
    transition: left 0.8s;
}

.menu.show {
    visibility: visible;
}

.menu .switch {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 8px;
    left: 28%;
}

/*.menu .switch.show {visibility: visible;}*/
.menu .switch span:nth-child(1) {
    top: 0px;
}

.menu .switch span:nth-child(2), .menu .switch span:nth-child(3) {
    top: 7px;
}

.menu .switch span:nth-child(4) {
    top: 14px;
}

.menu .switch span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    opacity: 1;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*menu*/