.at_a_glance_container{
    padding: 0px;
}
.at_a_glance_container .at_a_glance_section{
    float: left;
    padding: 3px 10px;
    color: #fff;
    border-radius: 2px;
    /*box-shadow: 2px 2px 4px #A1A1A1;*/
    font-size: 13px;
    font-family: "Ubuntu", sans-serif;
    font-weight: normal;
    vertical-align: middle;
}
.at_a_glance_header{
    color: #cc0001;
    text-align: center;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 39px;
    font-weight: bold;
}
.at_a_glance_header .at_glance{
    text-shadow: 3px 3px #f2bebe;
}
.at_a_glance_header span.a{
    color: black;
    text-shadow: 3px 3px #dcdcdc;
}

.at_a_glance_container .at_a_glance_more_button > a{
    color: #737373;
}
.at_a_glance_container .at_a_glance_more_button > a:hover{
    color: #000;
}
.at_a_glance_container .at_a_glance_more_button{
    text-align: right;
    font-size: 12px;
    font-weight: 600;
}

.at_a_glance_container .at_a_glance_more_button span.glyph_button{
    color: #b40000;
}

.at_a_glance_stories{
    width: 100%;
}
.at_a_glance_stories .story:last-child{
    border: none;
}
.at_a_glance_stories .story {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: normal;
    line-height: 17px
}

.at_a_glance_container .content{
    margin: 10px 0px;
}

.at_a_glance_container .at_a_glance_more_button{
    visibility: hidden;
}

.at_a_glance_stories .story_thumb {
    width: 100%;
    position: relative;
    margin-top: 20px;
    max-height: 200px;
    height: 200px;
    background: #000;
}
.at_a_glance_stories .story_thumb img{
    position: absolute;
    height: 100%;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-width: 100%;

}
.at_a_glance_stories .story_thumb .story_title_holder{
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-height: 48px;
    background: rgba(0, 0, 0, 0.7);
}
.at_a_glance_stories .story_thumb .story_title_holder .story_title{
    color: #fff;
    padding: 5px;
}
/****************************** MOBILE ***********************************/
@media only screen and (max-width: 480px){
    .at_a_glance_container .at_a_glance_section{
        width: 100%;
        padding: 3px 5px;
    }
}

@media (max-width: 767px){
    .at_a_glance_more_button{
        visibility: visible !important;
    }
}