.news_rotator {

}

.news_rotator::after {
    content: '';
    clear: both;
    display: block;
}

.news_rotator .titles {

}

.news_rotator .titles .title {

}

.news_rotator .titles .title.selected {

}

.news_rotator .cell-4-3-last {
    position: relative;
}

.news_rotator .news_item {
    opacity: 0;
    position: absolute;
    width: 100%;
}

.news_rotator .news_item.selected {
    opacity: 1;
    z-index: 10;
}

.news_rotator .news_item::after {
    content: '';
    clear: both;
    display: block;
}

.news_rotator .news_item .thumbnail {
    padding-right: 20px;
}

.news_rotator .news_item .thumbnail img {
    width: 100%;
}

.news_rotator .news_item .content {

}

.news_rotator .news_item .content h2.heading {

}

.news_rotator .news_item .content p.date {
    text-align: right;
    font-style: italic
}

.news_rotator .news_item .content p.content {

}

.news_rotator .news_item .content p.read_more {
    text-align: right
}

.news_rotator .news_item .content p.read_more a {
    font-weight: 700
}

@media only screen and (max-width: 640px){
    .news_rotator .news_item {
        position: relative;
        display: none;
    }
    
    .news_rotator .news_item.selected {
        display: block;
    }

    .news_rotator .news_item .thumbnail {
        padding: 0 40px;
    }

    .news_rotator .titles {
        margin-bottom: 20px !important;
    }
}
