.rappler-scrolly-slider {
    margin-bottom: 15px;
}

.rappler-scrolly-slider .item{
    margin-right: 15px;
}
.rappler-scrolly-slider .item img {
    display: block;
    width: 100%;
    height: auto;

    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rappler-scrolly-slider .item img:hover {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.rappler-scrolly-slider .icon-cont { overflow: hidden;}
.rappler-scrolly-slider .desc-cont { text-align: center; }
.rappler-scrolly-slider .hdr-title {
    font-family: 'Roboto', sans-serif !important;
    line-height: 1;
    margin: 8px 0 5px;
    font-size: 14px;
    font-weight: 400;
}

.rappler-scrolly-slider .hdr-title a,
.rappler-scrolly-slider .hdr-title a:hover,
.rappler-scrolly-slider .hdr-title a:visited {
    color: #333332;
}

.rappler-scrolly-slider-wrapper p.title {
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 5px;
}

.rappler-scrolly-slider-wrapper p.callout {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 15px
}

.rappler-scrolly-slider .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #e76229;
    border: 1px solid #e76229;
    text-transform: uppercase;
}

