#olimpbet-link {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-color: red; */
    z-index: 0;
    overflow: hidden;
}

#wrapper {
    z-index: 100;
    position: relative;
}

body {
    background-image: url(/images/banners/olimpbet2.jpg);
    background-color: #2a0001;
    background-position: top center;
    background-repeat: no-repeat;
    /* background-size: 1520px; */
    background-size: 117%;
	background-attachment: fixed;
    /* background-clip: border-box; */
    margin:0;
    padding:0;
}

@media (min-width:751px) and (max-width:1470px) {
	#wrapper {
		width: 1070px;
	}
	.header-logo {
		flex-basis: 160px;
	}
	.header-menu li {
		margin: 0 5px;
	}
}