@media only screen and (max-width: 768px) {
    .menu-sep {
        display: none;
    }
    .menu-item {
        margin-left: 0px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 5px !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #0C1555;
    }
    .navbar-toggle:hover {
        border-color: #0C1555  !important;
    }
    .menu-item:hover {
        padding-left: 20px !important;
        color: #0C1555 !important;
    }
   


    #myVideo {
        width: auto;
        height: 100%;
    }

    .about-text{
        margin-bottom: 50px;
    }
    .banner{
        height:auto;
        padding-top: 90px;
        text-align: center;
        padding-bottom: 40px;
    }

}

@media only screen and (min-width: 1568px) {}