.history-event {
    background: url(https://epclmacao.com/static/press/img/split.jpg) repeat-y center center
}

.history-event .event {
    margin-bottom: 20px;
    background: url(https://epclmacao.com/static/press/img/red-circle.png) no-repeat center 5px
}

.history-event .event:last-child {
    margin-bottom: 0
}

.history-event .year {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-right: 20px
}

.history-event .event-description {
    margin-bottom: 5px;
    line-height: normal;
    margin-left: 20px;
    letter-spacing: 1px
}

.section-split-view {
    height: 530px;
    overflow: hidden;
    background: #000
}

.section-split-view ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style: none
}

.section-split-view ul>li {
    position: relative;
    float: left;
    margin: -5% 0;
    padding: 0;
    height: 130%;
    overflow: hidden;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    box-shadow: 0 0 35px rgba(0, 0, 0, .5);
    background: #000
}

.section-split-view ul>li a {
    display: block;
    width: 100%;
    height: 100%
}

.section-split-view ul>li a:after {
    position: absolute;
    content: '';
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: #002832;
    opacity: .4;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.section-split-view ul>li a:hover:after {
    opacity: 0
}

.section-split-view ul>li img {
    width: auto;
    height: 90%;
    -webkit-transform: rotate(-15deg) translateX(-24%);
    transform: rotate(-15deg) translateX(-24%);
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    max-width: none
}

.section-split-view ul>li:hover img {
    -webkit-transform: rotate(-15deg) translateX(-24%) scale(1.05);
    transform: rotate(-15deg) translateX(-24%) scale(1.05)
}

@media screen and (max-width:767px) {
    .section-split-view {
        height: 280px
    }

    .section-split-view ul>li {
        height: 100%;
        margin: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .section-split-view ul>li img {
        position: relative;
        width: auto;
        height: 100%;
        left: 50%;
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%)
    }

    .section-split-view ul>li:hover img {
        -webkit-transform: rotate(0) translateX(0) scale(1.05);
        transform: rotate(0) translateX(0) scale(1.05)
    }
}