@media (max-width: 767px) {
    section {
        width: 100%;
    }

    section.recreation-title.events-title {
        height: 56px;
        line-height: 56px;
    }

    section .events-months-line {
        height: 70px;
    }

    section .events-months-line:before {
        content: none;
        display: none;
    }

    .events-months-line .events-month {
        padding-top: 24px;
        font-size: 12px;
    }

    .events-months-line .elements-center > .events-month.current {
        min-width: 65px;
    }

    .event-preview .event-preview-left {
        width: 70px;
        height: 70px;
        background-color: #4a667f;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        vertical-align: top;
    }

    .event-preview .event-preview-left:before {
        display: none;
        content: none;
    }

    .event-preview .event-preview-left img {
        width: 50px;
        height: 50px;
    }

    .event-preview .event-preview-left .event-place {
        display: none;
    }

    .event-preview .event-preview-left .event-place-pic {
        margin-top: 10px;
    }

    .event-preview .event-preview-right {
        background-color: #4a667f;
        height: 70px;
        width: calc(100% - 90px);
        margin-left: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .event-preview .event-preview-right:before {
        display: none;
        content: none;
    }

    .event-preview .event-preview-right > div.event-title > h3 {
        font-size: 12px;
        width: auto;
        margin: 10px 0 0 15px;
        padding-right: 0;
    }

    .event-preview .event-preview-right .more {
        text-indent: -9999px;
        width: 0;
        bottom: 5px;
        padding-right: 200px;
    }

    .event-preview .event-preview-right .more:after {
        width: 15px;
        height: 15px;
    }

    .event-preview-right .event-date {
        margin-top: 47px;
        font-size: 12px;
        direction: rtl;
        position: absolute;
        right: 0;
    }

    .event-preview-right .event-date .event-date-number, .event-preview-right .event-date .event-date-day {
        font-size: 12px;
        display: inline;
        font-family: 'CenturyGothicRegular', sans-serif;
    }

    .event-preview-right .event-date .event-date-day:before {
        content: ',';
    }

    .event-preview-right .event-date br {
        content: ' ';
    }

    .event-content .event-content-left {
        width: 70px;
        padding-top: 20px;
        vertical-align: top;
    }

    .event-content.expanded {
        height: 300px !important;
    }

    .event-content .event-content-left .event-time span {
        margin-top: 10px;
        font-size: 11px;
        padding: 0 5px;
    }

    .event-content .event-content-left .event-time img {
        width: 38px;
        height: 38px;
    }

    .event-content .event-content-right {
        width: calc(100% - 90px);
        margin-left: 2px;
        padding-top: 22px;
    }

    .events-months-line:after {
        height: 60px;
    }

    .event-content .event-content-right p, .event-content .event-content-right h3 {
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .event-content .event-content-right h3 {
        margin-bottom: 20px;
    }

    .lSSlideWrapper.usingCss {
        margin: 0;
    }

    .lSAction {
        display: none;
    }

    .autoWidth {
        margin: 0 !important;
    }

    .lSSlideOuter {
        margin-bottom: 10px !important;
    }

    .event-content-right a.link-left, .event-content-right a.link-right {
        width: 100%;
        margin: 5px auto 10px;
        display: block;
        text-align: center;
        font-size: 12px;
    }
}