.aeon-explore-panel, .aeon-explore-panel-video{
    width: 195px;
    float: right;
    display: inline;
    position: relative;
    right: -83px;
    padding: 0 0 50px 0;
    text-align: center;
    margin-top: 5px;
}

.aeon-explore-panel-video{
    width: 255px;
}

.aeon-explore-panel h4, .aeon-explore-panel-video h4{
    color: #898A8A;
    border-top: 1px solid #BEC0BF;
    font-size: 28px;
    font-family: 'Knockout 51 A', 'Knockout 51 B', Helvetica, Arial, sans-serif; 
    font-weight: 400;
    font-style: normal;
    padding: 17px 0 10px 0;
    margin: 0;
}

.aeon-explore-panel-video h4{
    border-top: 0;
    padding: 0 0 10px 0;
}

.aeon-explore-panel-item{
    font-size: 20px;
    line-height: 22px;
    font-family: 'Knockout 31 A','Knockout 31 B', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #BEC0BF;
}

div.content .aeon-explore-panel-item a{
    display: block;
    padding: 10px 0;
    color: #BEC0BF;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1;
}

div.content .aeon-explore-panel-item:last-of-type{
    border-bottom: 1px solid #BEC0BF;
    padding-bottom: 15px;
}

div.content .aeon-explore-panel-item a:hover{
    opacity: 0.5;
}

.explore-aeon-video-panel{
    background: #e7e7e7;
}

.explore-aeon-video-panel a{
    display: block;
    width: 100%;
}

.explore-aeon-video-panel-image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 143px;
    position: relative;
    width: 100%;
}

.explore-aeon-video-panel .videoicon-play {
    bottom: 0;
    color: #fff;
    font-size: 40px;
    left: 50%;
    margin: 0 auto -20px -15px;
    position: absolute;
    text-shadow: 2px 2px 5px #b6b6b6;
}

.explore-aeon-video-panel p.video-runtime {
    font-size: 18px;
    margin: 28px 0 0;
    opacity: 1;
    font-family: "Inconsolata",sans-serif;
}
.explore-aeon-video-panel.philosophy p.video-runtime{
    color: rgb(23,119,109);
}
.explore-aeon-video-panel.science p.video-runtime{
    color: rgb(3,90,109);
}
.explore-aeon-video-panel.psychology p.video-runtime{
    color: rgb(24,52,91);
}
.explore-aeon-video-panel.health p.video-runtime{
    color: rgb(145,21,84);
}
.explore-aeon-video-panel.society p.video-runtime{
    color: rgb(157,18,13);
}
.explore-aeon-video-panel.technology p.video-runtime{
    color: rgb(187,76,4);
}
.explore-aeon-video-panel.culture p.video-runtime{
    color: rgb(212,122,0);
}

.explore-aeon-video-panel h5 {
    color: #222;
    font-family: "PT Serif",serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 3px 0 0;
    padding: 0 10px 25px;
    text-align: center;
}

/** MEDIA QUERIES **/

/* Styles for screens that are 480px and down; */
@media screen and (max-width: 480px) {

    .aeon-explore-panel, .aeon-explore-panel-video{
        display: none;
    }
    
}