
.conf-wallpaper-new {
    height: 100vh;
    margin-left: -15px;
    margin-right: -15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: black;
    display:none;
}
#header {
    display: none;
}
.container-fluid > div:not(.conf-wallpaper-new){
    display: none;
}
footer {
    display: none;
}
.stats {
    display: none;
}

.conf-wallpaper-new {
    display: block;
}
#wallpaper-controls {
    position: absolute;
    top:-45px;
    width: 100%;
    color: white;
    font-size: 35px;
}
#wallpaper-controls div {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12% !important;
    padding: 48px 0 0 0;
}
#wallpaper-controls i {
    cursor: pointer;
}
#share-buttons-wallpaper {
    position: absolute;
    top: -4px;
    right: 5%;
}
#wallpaper-save svg {
    height: 30px;
    width: 29px;
    margin-right: 5px;
}
#wallpaper-controls polygon, #wallpaper-controls line {
    fill: white;
    stroke: white;
}
#wallpaper-close svg {
    height: 29px;
    width: 25px;
}
#wallpaper-controls a {
    cursor: pointer;
}
#wallpaper-controls a:hover polygon, #wallpaper-controls a:hover line {
    fill: black;
    stroke: black;
}
.share-print:hover, #wheel-save-config i:hover, .at-svc-email:hover, .at-svc-email:focus, .at-svc-email:active, .at-svc-facebook:hover,
.at-svc-facebook:focus, .at-svc-facebook:active, .at-svc-google_plusone_share:hover, .at-svc-google_plusone_share:focus,
.at-svc-google_plusone_share:active {
    margin-top: 0px !important;
    transform: translateY(4px) !important;
}
@media (max-width: 767px) {
    #conf-wallpaper-new a.at-icon-wrapper.at-share-btn, #conf-wallpaper-new , #conf-wallpaper-new #wheel-save-config {
        float: right !important;
        clear: both !important;
    }
    #conf-wallpaper-new #wheel-save-config {
        margin: 8px 0px 5px 0 !important;
    }
    #conf-wallpaper-new a.at-icon-wrapper.at-share-btn {
        margin-right: 0 !important;
    }
    #conf-wallpaper-new #share-buttons-wallpaper {
        top: 0 !important;
        right: -4px !important;
    }
    .share-print:hover, #wheel-save-config i:hover, .at-svc-email:hover, .at-svc-email:focus, .at-svc-email:active, .at-svc-facebook:hover,
    .at-svc-facebook:focus, .at-svc-facebook:active, .at-svc-google_plusone_share:hover, .at-svc-google_plusone_share:focus,
    .at-svc-google_plusone_share:active {
        margin-top: 0px !important;
        transform: translateY(0px) !important;
        transform: translateX(-4px) !important;
    }
    body {
        overflow: hidden;
    }
}