.header,
.partners-flow-wrapper,
.footer {
    display: none;
}

body {
    margin: 0;
    background-color: #000;
}

.event-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}

.event {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.event img {
    width: 100%;
    height: auto;
    display: block;
}


.event-click {
    display: block;
    width: 100%;
}


@media (max-width: 768px) {
    .event {
        width: 100%;
    }
}