#wrapper {
    grid-template-rows: 1fr auto;
}

#mainArea {
    position: relative;
    background-image: url("images/dirt.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#flashHolder {
    position: absolute;
	height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    opacity: 0;
}

#grenadeCanvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: calc(100% - 24px);
}

#feature {
	position: absolute;
	border-style: none;
	cursor: pointer;
	bottom: calc(12px + var(--saib));
	right: calc(12px + var(--sair));
}

#feature img {
    height: 58px;
	width: 58px;
    border-radius: 50%;
}

#settings {
	position: absolute;
	border-style: none;
	cursor: pointer;
	height: 58px;
	width: 58px;
	bottom: calc(12px + var(--saib));
	left: calc(12px + var(--sail));
}