
/* MOBILE BACK UP */
.mp-mobile-back-up-button{
    background: transparent url('../img/takaisin_ylos.png') no-repeat center center / contain;
    display: none; 
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    z-index: 5000;
    transition: all 0.5s ease;
}

/* when bottom of page is crowded */
.mp-mobile-back-up-button.back-up-button-forcehide{
	display: none !important;
}
.mp-mobile-back-up-button.back-up-button-jump{
	bottom: 52px;
}
