#slider{
    
    margin-left: 1%;
    display: inline-flex;
    position: absolute;
    transition: 0.5s;

}

#MENU_TITLE {
    position: relative;
    left: 6%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    
}

.slide {
    background-color: transparent;
    /*width: min-content;*/
    height: 350px;
    left: -250px;
    top: 130px;
    position: absolute;
    animation-name: slide;
    animation-duration: 1s;
    animation-direction: normal;
    transition: 1s;
}



.slide .MENU-OBJECTS {
    border-radius: 10px;
    background-color: lightgray;
    left: -20px;
    border-width: 0px;
    border-bottom-width: 5px;
    border-bottom-color: black;
    margin: 5px 5px 5px 5px ;
    padding: 10% 10% 10% 10%;
    position: relative;
}



.slide .archive-MENU-OBJECTS {
	width: 80px;
    border-radius: 10px;
    background-color: lightgray;
    left: -140px;
    border-width: 5px;
    border-bottom-width: 5px;
    border-bottom-color: black;
    margin: 5px 5px 5px 5px ;
    padding: 10% 10% 10% 10%;
    position: relative;
}





.MENU-OBJECTS:hover {
    background-color: gray;
}


