#mobile-header, #mobiletopbanner {
    display: block;
    position: relative;
}

#belowsite, #innercopyinfo, #copyinfo {
    width: 970px;
    max-width: 100%;
}

button.js-menu-show.header__menu-toggle.material-icons{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: black;
    font-size: 20px;
    width: auto;
    height: auto;
    padding: 7px;
z-index: 2;
left: 10px;
}

.mobile-header {
    background-color: white;
    color: black;
}

a.mobile-header-startlink {
    position: absolute;
    width: 70%;
width: calc(100% - 100px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    background-size: contain;
    background-position: center;
background-repeat: no-repeat;
    background-image: url('/cache/files/313a523b0976911b1d3f067c983eff8388587301.png');
    color: transparent;
}

.side-nav__header {
   background-color: #919191;
}

/* ======== */

#innertopbanner {
    background-position: center;
}

.fblikebox {
    display: none;
}


#topbanner {
    width: 100%;
    max-width: 1280px;
}

@media (max-width: 990px) {
#contenttop .am_1541 div.detail .photos-1531 {
    min-width: 100%;
}

div.items div.photos img {
    width: 100%;
    height: auto;
}

#topbanner, #topmenu {
    display: none;
}

}