.side-panel--home
{
    overflow: hidden;
    overflow-x: hidden;
}

.event-panel-home__scroll
{
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-x: none;
    touch-action: pan-y;
    padding-bottom: 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.event-panel-home__scroll::-webkit-scrollbar
{
    width: 0;
    height: 0;
}

.event-panel-home__back
{
    position: absolute;
    left: 21px;
    bottom: 21px;
    z-index: 1100;
}

.side-panel--home .event-modules__state--loading
{
    display: none;
}

.side-panel--home .panel-content
{
    overflow-x: hidden;
}

.side-panel--home .panel-image
{
    width: 100%;
    margin-left: 0;
}

@media screen and (max-width: 600px)
{
    .event-panel-home__back
    {
        left: 17px;
        bottom: 17px;
    }
}
