.site-content {
    border: 0;
    touch-action: none;
}
.container {
    width: 100%;
    padding: 0;
}
#sid1777395363816 {
    padding: 0;
    border: 0;
}
.background {
    background: radial-gradient(circle, rgba(198, 44, 46, 1) 15%, rgba(93, 115, 52, 1) 40%, rgba(198, 44, 46, 1) 69%, rgba(93, 115, 52, 1) 100%);
    max-height: 100vh;
    max-width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.background img {
    width: auto;
    height: 96vh;
}
.mobile {
    display: none;
}

@media only screen 
and (min-device-width: 360px) 
and (max-device-width: 667px) {
    .background {
        align-items: flex-start;
        padding-top: 2svh;
    }
    .background img {
        display: none;
        width: 90%;
        height: auto;
    }
    .background .mobile {
        display: block;
    }
}