#infoPickAndPlace {
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    width: 100%;
    height: 100%;
    /*border: 1px solid red;*/
}

#menuClosePickAndPlace {
    position: absolute;
    background-image: url("../../img/close.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    width: 10%;
    height: 10%;
    right: 0px;
    /*border: 1px solid red;*/
	cursor: pointer;
}

#MenuPickAndPlace {
    z-index: 1;
    position: absolute;
    width: 600px;
    height: 524px;
    margin-top: 50px;
	right: -710px;
}

.translateN2 {
	animation-name: drei;
    animation-duration:1s;
    animation-iteration-count:1;
	animation-fill-mode:forwards;
}

@keyframes drei {
    0% {
        ;
    }
    100% {
        right: 10px;
    }
}

.hiding {
	max-width: 1px;
	max-height: 1px;
}