@media screen and (min-width: 768px) {

    .wrapper__endgame{
        background-image: url(../img/verdugo_guillotina.png);
        background-size: auto;
        background-position: center;
        justify-content: space-between;
        padding:4.5rem  0;
    }

    .menu.show{
        width: 30vw;
    }
}







