
@media screen and (max-width: 768px) {
    .video-gallery .container {
        display: unset !important;
        justify-content: center;
    }
    .ticker-news {
        display: none;
    }
    header .header-main .edugate-dropdown-menu-2 {
        top: auto;
        margin-top: 0px;
        padding-top: 0;
        left: 100%;
    }
    .aos-init.aos-animate {
       /* height: 330px !important;*/
    }
    .Notice .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .Notice .nav-tabs .nav-item>.nav-link {
        margin-bottom: 5px;
    }
}