html,
body,
#root {
    display: block;
    position: relative;
    height: 100vh;
    height: var(--vh);
}

#container.get-up-event {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    height: -webkit-fill-available;
    overflow: hidden;
}

#container.get-up-event>main {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#container.get-up-event>main>.con {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

#container.get-up-event>main>.con>.img {
    display: block;
    position: relative;
}

#container.get-up-event>main>.con>.img>img {
    width: 100%;
}

@media screen and (max-width :767px) {}