/*--------------------------------------------------------*\
    general
\*--------------------------------------------------------*/

@media screen and (min-width: 1500px) {
    .wrapper {
        max-width: 1400px;
        margin: auto;
    }
}


/*------------------------------------*\
    MENU
\*------------------------------------*/

@media screen and (max-width: 500px) {
    #menu img {
        padding: 0;
    }
}


/*------------------------------------*\
    backButton
\*------------------------------------*/

@media screen and (max-width: 550px), screen and (max-height: 550px) {
    .backButton a {
		height: 35px;
		line-height: 35px;
		bottom: 10px;
		left: 10px;
		border-radius: 8px;
		font-size: 13px;
    }
}

@media screen and (max-width: 400px), screen and (max-height: 400px) {
    .backButton a {
		bottom: 5px;
		left: 5px;
		transform: scale(0.8);
    }
}