
.vo_highlights_container {
    clear: both;
    margin: 0px -5px;
}

.vo_highlights_row {

}

.vo_highlights_cell {
    width: 33.3333%;
    float: left;
    height: 310px;
}

.vo_highlights_article {
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    height: 100%;
}

.vo_highlights_article .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 120px;
    width: 100%;
    border-radius: 3px;
}

.vo_highlights_box p:last-child {
    position: absolute;
    bottom: 10px;
    margin: 0;
}

.vo_highlights_box p:last-child a {
    font-size: 13px;
    background: #CC081C;
    color: white;
    float: left;
    text-decoration: none;
    padding: 0.3rem 2.6rem 0.3rem 0.6rem;
    border-radius: 3px;
    cursor: pointer;
}

.vo_highlights_box p:last-child a:after {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'FontAwesome', sans-serif;
    text-align: center;
    line-height: 31px;
    color: #FFFFFF;
    content: "\f0da";
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #222222;
    width: 2rem;
    height: 100%;
}

.vo_highlights_box p:last-child a:hover {
    background: #222222;
    color: white;
    text-decoration: none;
}

.vo_highlights_box p:last-child a:hover:after {
    background: #CC081C;
}

.vo_highlights_article h3,
.vo_highlights_article h3 a {
    color: #CC081C;
    font-weight: bold;
    display: block;
    min-height: 1.4em;
    font-size: 15px;
    margin: 0;
    text-decoration: none;
}

.vo_highlights_article h3 {
    margin-top: 5px;
}

.vo_highlights_article a:hover {
    text-decoration: underline;
}

.vo_highlights_article img {
    max-width: 100%;
    border-radius: 3px;
}

.vo_highlights_box > a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1em;
}

.vo_highlights_box p {
    font-size: 13px;
    color: black;
    margin: 5px 0 20px 0;
}

.vo_highlights_box {
    border: 1px solid #DDDDDD;
    height: 100%;
    padding: 10px 10px 30px 10px;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
    border-radius: 3px;
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
@media only screen and (min-width: 641px) and (max-width: 767px) {
    .vo_highlights_cell {
        width: 50% !important;
        height: 310px;
    }
}
 */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 767px) {
    .vo_highlights_cell {
        width: 100% !important;
        height: auto !important;
    }

    .vo_highlights_article {
        padding-bottom: 10px;
    }

    .vo_highlights_box {
        display: inline-block;
        height: auto;
        padding: 0 0 25px 0;
        position: relative;
    }

    .vo_highlights_box > *:not(:last-child) {
        margin-left: 25%;
        width: 70%;
        float: left;
        clear: initial;
        padding: 0 10px;
    }

    .vo_highlights_box .image {
        width: 25%;
        margin: 0;
        left: 0;
        height: 100%;
        position: absolute;
        border-radius: 0;
    }

    .vo_highlights_box > p:last-child {
        left: 25%;

        margin-left: 10px;
    }

    /** For Small Phones **/
    @media (max-width: 400px) {
        .vo_highlights_box {
            padding-bottom: 0;
        }

        .vo_highlights_box > * {
            float: none;
        }

        .vo_highlights_box .image {
            width: 100%;
            margin: 0 0 10px 0;
            left: 0;
            height: 120px;
            clear: both;
            position: relative;
            border-radius: 0;
        }

        .vo_highlights_box > *, .vo_highlights_box > *:not(:last-child) {
            margin: 0 0 10px 0;
            float: none;
            left: 0;
            clear: both;
            position: relative !important;
        }

        .vo_highlights_box > *:not(:last-child) {
            width: 100%;
        }

        .vo_highlights_box > p:last-child {
            left: 0;
        }

        .vo_highlights_box p:last-child {
            bottom: 0;
            margin: 0 0 10px 10px;
            display: inline-block;
        }
    }
}
