@media only screen and (min-width: 350px) and (max-width: 576px) {
    
    /* MOBILE NAVBAR */
    .navbar-collapse.collapse.show{
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .9);
        z-index: 10;
        width: 320px;
        height: 100vh;
    }
    .navbar-nav {
        margin-left: 20px !important;
        margin-top: 30px;
    }
    .dropdown-menu:after{
        border: none;
    }
    .ipb-logo,.p2sdm-logo{
        display: inline;
    }
    /* MOBILE ...NAVBAR */

    .navbar-qu{
        position: fixed;
        width: 100vw;
        top: 0;
    }
    .btn-search{
        position: absolute;
        color: rgba(255, 255, 255, .6);;
        background-color: transparent;
        border-color: transparent;
        top: 14px;
        right: 55px;
        font-size: 1.3em;
    }
    .navbar-dark .navbar-toggler {
        position: absolute;
        top: 15px;
        right: 5px;
        border-color: transparent;

        /* hide navbar when mobile device */
        display: block;
    }
    .nav-kotak{
        height: 12px;
    }


    /* EVENT */
    #event{
        height: 1100px;
    }
    #event .col-sm-12{
        margin: 10px 0;
    }
    .judul,.isi{
        text-align: center;
    }

    /* video list */
    #video .col-sm-12{
        margin: 10px 0;
    }


    /* VIDEO HEADER */
    section#video-header{
        height: 367px;
    }
    section#video-header .row{
        margin-top: 240px;
    }
    .head-text{
        font-size: 32px;
        line-height: 36px;
    }
    .hero-bg-media video {
        height: auto;
    }



    /* BERITA */
    section#berita{
        height: 1240px;
    }

    .section-title{
        font-size: 40px;
        padding: 10px 0;
    }
    h6.card-title{
        color: var(--color-primary);
        font-size: 20px;
    }
    .slide-indikator{
        display: none;
    }
    .card{
        background-color: #F4F4F4;

        margin: 0 auto;
        width: 90%;
    }

    .carousel-indicators {
        top: 900px;
    }
    
    .blok-berita{
        margin-top: 70px;
    }
    .tombol-list-berita{
        text-align: center;
    }



    /* AGENDA */
    section#agenda{
        height: 635px;
    }
    .mobile-agenda{
        padding: 0 10px;
    }
    .agenda-mid{
        margin: 2em 0;
    }
    .tombol-agenda{
        margin: 30px 0;
    }
    .grup-agenda{
        margin:10px 0;
    }

    .info-terbaru{
        margin-top: 20px;
    }


    /* PAGE TENTANG */
    .isi-history{
        width: 100%;
    }
    /* PAGE TUJUAN dan MOTO */
    .tujuan-moto{
    margin: 40px 0;
    }
    .isi-moto{
        margin-top: 20px;
    }
    .tujuan-moto p{
        font-size: medium;
        font-weight: 300;
        line-height: 25px;
        letter-spacing: 1px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }



    /* VIDEO */
    section#video{
        height: 1100px;
    }
    .box-video{
        text-align: center;
    }
    .list-video{
        padding: 10px 15px;
    }

    .baris-satu .judul{
        line-height: 20px;
        margin-top: 5px;
    }



    /* FOOTER */
    footer{
        height: 1070px;
    }

    .logo-footer {
        margin-top: 1rem;
    }
    
    .m-footer{
        margin-left: 5px;
    }

    .bottom-footer{
        width: 100vw;
    }
    .text-copy{
        font-size: 14px;
        font-weight: 400;
    }

    .footer-peta iframe{
        width: 330px;
    }

    /* BACK TO TOP */
    .back-to-top{
        right: 30px;
        bottom: 50px;
    }

    .logo-wa{
        right: 28px;
        bottom: 100px;
    }
    
    /* GALLERY */
    .gall{
        margin: 0;
    }


}