.xn-add-background-root {
    width: auto;
}

.xn-add-background {
    position: fixed;
    top: 0px;
    left: 50%;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: translate(-50%, 80px);
}

.xn-div-image-background {
    display: inline-block;
    max-width: none;
}

.xn-add-scroll-root {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xn-add-scroll {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    z-index: 10000;
}

.xn-div-image-scroll {
    display: inline-block;
    width: 100%;
    max-width: 1188px;
    height: 80px;
}

.xn-add-bilboard {
    width: 100%;
    max-width: 1188px;
    height: 350px;
    margin-top: 4px;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xn-div-image-bilboard {
    display: inline-block;
    width: 100%;
    max-width: 1188px;
    max-height: 350px;
}

.xn-add-gigaboard {
    width: 100%;
    max-width: 1188px;
    height: 800px;
    margin-top: 4px;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xn-div-image-gigaboard {
    display: inline-block;
    width: 100%;
    max-width: 1188px;
    max-height: 800px;
}

.xn-add-gigabox {
    width: 100%;
    max-width: 860px;
    max-height: 600px;
    margin-top: 4px;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xn-div-image-gigabox {
    display: inline-block;
    width: 100%;
    max-width: 860px;
    max-height: 600px;
}

.xn-add-halfpage {
    width: 100%;
    max-width: 300px;
    max-height: 580px;
    margin-top: 4px;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xn-div-image-halfpage {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    max-height: 580px;
}

.xn-add-herring {
    width: 100%;
    max-width: 200px;
    max-height: 780px;
    margin-top: 0px;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.xn-div-image-herring {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    max-height: 780px;
}

.xn-add-smallbox {
    width: 100%;
    max-width: 300px;
    max-height: 300px;
    margin-top: 4px;
    margin-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xn-div-image-smallbox {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    max-height: 300px;
}

.xn-div-link {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    height: 100%;
}

.xn-div-picture {
    padding: 0px;
    margin: 0px;
}