/* ---------------------------- ---------------- ---------------------------- */
/* ---------------------------- ---------------- ---------------------------- */
/* ---------------------------- - MEDIA FOOTER - ---------------------------- */
/* ---------------------------- ---------------- ---------------------------- */
/* ---------------------------- ---------------- ---------------------------- */

/* ---------------------------- ---------------- ---------------------------- */
/* ---------------------------- MEDIA FOOTR TIME ---------------------------- */
/* ---------------------------- ---------------- ---------------------------- */

@media (max-width: 900px) {
    .Footer-Mid-Time-Container{
        display: none;
    }

    .Footer-Low-Time-Container{
        display: block;
    }
}

/* ---------------------------- ---------------- ---------------------------- */
/* ---------------------------- MEDIA FOOTER MID ---------------------------- */
/* ---------------------------- ---------------- ---------------------------- */

@media (max-width: 900px) {
    .Footer-Insta-Link{
        right: 0px;
        left: auto;
    }
}

/* ---------------------------- ---------------- ---------------------------- */
/* ---------------------------- MEDIA FOOTER BTN ---------------------------- */
/* ---------------------------- ---------------- ---------------------------- */

@media (max-width: 900px) {
    .Footer-Btn-Container{
        display: block;
    }
}


/* ---------------------------- ---------------- ---------------------------- */
/* ---------------------------- MEDIA FOOTER LOW ---------------------------- */
/* ---------------------------- ---------------- ---------------------------- */

@media (max-width: 900px) {
    .Footer-Copyright{
        left: 50%;
        transform: translateX(-50%);
    }
}