#myslide {
    right: 6%;
/*    top:15%
*/}

#myslide2 {
    right: 20%
}

#myslide3 {
    right: 10%;
}
#myh1{
    color:white!important
}


#lang-dropdown {
    padding-inline: 3px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: white;
    border: 1px solid gray;
    width: 100px;
    font-size: 12px;
    transition: transform ease .2s;
    transform-origin: top;
    transform: scaleY(0);
    overflow: hidden;
}


    #lang-dropdown.seen {
        transform: scaleY(1);
    }
    

@media (max-width: 650px) {

    #lang-dropdown.seen {
       
        transform: translateX(50%);
    }
    #myimage {
        transform: translateX(2%);
    }
   
}