

@media (max-width: 480px) {
	
#MenuPickAndPlace {
    z-index: 1;
    position: absolute;
    width: 90%;
    height: 100%;
    margin-right: 30px;
    margin-top: 50px;
    right: -610px;
}


.nav1 li {
    width: 100%;
    border: 2px solid;
    margin-bottom: 5px;
    border-color: #fff;
    font-family: Helvetica;
    font-style: italic;
    font-weight: 600;
    padding: 1em;
    font-size: 16px;
    background-color: #e2001a;
    color: #ddd;
    transition: .3s background-color ease-in-out,
              .3s color ease-in-out;
}

#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: 10px;
    cursor: pointer;
}
	
}
@media (max-height: 524px) {

    #MenuPickAndPlace {
    z-index: 1;
    position: absolute;
    width: 90%;
    height: 90%;
    margin-right: 30px;
    margin-top: 50px;
    right: -610px;

}
}