.background_as_image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
}

.gallery_image {
    width:256px;
    height:256px;
    transition: filter 300ms;

    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;

    float:left;

}
.gallery_image:hover {
    filter: none !important;
}

/* ------------- MENU ---------------------- */
/* mobile */
@media (max-width: 1024px) {
    .menu {
        display:none;
    }

    .logo_girl {
        display: none;
    }

    .menu_item {
        width: 100%;
    }

    .menu_panel_left {

    }
    .menu_panel_right {

    }

}

/* desktop */
@media (min-width: 1025px) {
    .menu_hamburger {
        display:none;
    }


    .menu_item {
        display: inline-block;
    }

    .menu_panel_left {
        float:left;
    }

    .menu_panel_right{
        float:right;
    }
}
/* ----------------------------------------- */

@media (max-width: 600px) {
    .logo_girl {
        display: none;
    }
}

@media (min-width: 1024px) {
    .mobile_only { 
        display:none;
    }
}
