@media only screen and (max-width: 650px) {
	
    html { 
        height:100%;
    }
    body { 
        min-height:100%;
    }
    .wrapper-global-front {
        display: block;
        width: auto;
        margin-top: 25px;
        margin-right: 5%;
        margin-left: 5%;
        border: #ff0000 solid 0px;
    } 
    .wrapper-front {
        display: block;
        width: auto;
        border: #ff0000 solid 0px;
    }
    /*.wrapper-front .logo {
        height: 180px;
        background-image: url(https://www.goonloop.com/sites/default/themes/gol/images/goonloop-logo-users-hearts-condensed.svg);
    }*/
    .front .front.logo-slogan-me {
        margin-left: 15px;
    }
    .front .front.logo-slogan-others {
        margin-left: 165px;
    }
    input.input-submit-next {
	    width: 200px;
    }
    .gol-popup {
        padding-top: 0px;
    }
    .gol-popup-content {
        width: 100%;
    }
}