.related_content_holder{
    float: right;
    position: relative;
    display: none;
    margin-top: 5px;
}
.stories.hor_ver {
  padding: 0px;
}
.related_content_holder div.related_content_title {
    padding: 5px;
    text-align: center;
    margin: 5px;
    background:#cc0001;
    color: #fff;
    border-radius: 6px;
    font-family: "Ubuntu Condensed";
    font-size: 20px;
    font-weight: bold;
}
.related_content_holder .stories .row{
    margin: 5px 0px;
}
.related_content_holder .stories .related_content_story {
    width: 18.3%;
    float: left;
    min-height: 150px;
    margin: 0 4px;
    min-width: 128px;
}
.related_content_story .related_content_story_title{
    text-align: left;
    font-size: 14px;
    line-height: 15px;
    padding: 0px 5px 0px 0px;
    margin-left: 8px;
    max-height: 45px;
    overflow: hidden;
    word-wrap: break-word;
}
.related_content_story .related_content_story_image{
    text-align: center;
}
.related_content_story .related_content_story_image img{
    max-width: 128px;
    max-height: 88px;
    height: 88px;
    width: 128px;
}
.hor_ver{
}
.box_ver{
    max-width: 306px;
}

@media (max-width: 1024px) and (min-width: 480px){
    .related_content_holder .stories .related_content_story{
        min-height: 190px;
        min-width: 108px;
    }
    .related_content_holder .related_content_items{
      margin: 0px;
    }
}

@media (max-width: 1024px) and (min-width: 330px){
    .related_content_holder .stories .related_content_story {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        min-height: 100%;
    }
    .related_content_story .related_content_story_title{
        font-size: 14px;
        line-height: 15px;
        float: left;
        width: 50%;
        padding: 0 !important;
        margin-left: 5px;
    }
    .related_content_story .related_content_story_image{
        text-align: left;
        float: left;
    }
    .stories{
        padding: 0px;
        max-width: 100% !important;
    }
}

@media (max-width: 330px) and (min-width: 0px){
    .related_content_story .related_content_story_title{
        float: right;
        width: 50%;
        padding: 0px 5px 0px 5px;
    }
    .related_content_story .related_content_story_image{
        text-align: left;
        float: left;
        width: 26%;}
    .related_content_story{
        width: 100% !important;
        min-height: 100px !important;
    }
    .related_content_holder .stories{
        padding: 0px;
        max-width: 100% !important;
    }
}
