#video_photo_featured img{
    border:none
}
#vid_pho_container{
    width:100%;
}
.vid_pho_container2{
    width:100%;
}
#featured_title{
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight:bold;
    color:#D9D9D9;
    font-size: 30px;
}
.feat_vid_thumb{
    position: relative;
    max-height: 384px;
    width: 515px;
    height: 340px;
    background-color: #000;
}
.feat_vid_thumb > img{
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    max-width: 100%;
    max-height: 340px;
    left: 0px;
    right: 0px;
}
.feat_vid_show{
    position:absolute; 
    width:70px; 
    height:45px; 
    top:10px; 
    left:10px; 
    opacity:0.4;
    filter:alpha(opcaity=40);
    border:3px solid #fff; 
}
.feat_play_btn{
    position:absolute; 
    top:45%; 
    left:45%;
    opacity:0.7; 
    filter:alpha(opcaity=70); 
    cursor:pointer
}
.feat_vid_title{
    font-family: 'Ubuntu Condensed', sans-serif; 
    font-weight:bold; 
    font-size:20px;
    line-height:21px;
    margin-top: 1%;
    color:#FFF
}
.feat_vid_reporter{
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight:bold; 
    font-size:12px;
    color:#FFF
}

.feat_photo_thumb{
    position:relative;
	height:341px; 
    max-height:341px;
    cursor:pointer
}
.feat_photo_thumb.expanded::after{
    bottom: -30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px;
}
.feat_photo_sec{
    position:absolute;
    top:0; 
    color:#fff; 
    padding:2px 10px 2px 10px; 
    font-weight:bold
}
.feat_photo_title_container{
    background:#fff; 
    opacity:0.8; 
    filter:alpha(opcaity=80);
    width:100%;
    position:absolute; 
    height:50px; 
    bottom:0
}
.feat_photo_title{
    margin-left:5px; 
    font-family: 'Ubuntu Condensed', sans-serif; 
    font-weight:bold;
    font-size:20px;
    line-height: 21px;
    margin-top: 1%;
}

.video_feat{
    cursor: pointer;
}

#video_feat_1{
    padding-right: 0px;
    margin-right: 15px;
    position: relative;
}

#video_feat_2{
    padding-left: 0px;
    margin-left: 15px;
    position: relative;
}

#photo_feat_1{
    padding-right: 0px;
    margin-right: 15px;
    position: relative;
}

#photo_feat_2{
    padding-left: 0px;
    margin-left: 15px;
    position: relative;
}

.feat_vid_social_ribbon, .feat_photo_social_ribbon{
	position:absolute; top:0; right:0; background:rgba(0, 0, 0, 0.5); display:none;	
        padding: 0px 5px 0px 5px;
        width: 43px;
}
@media (max-width: 767px){
    #video_photo_featured .feat_photo_thumb{
        height: 280px;
    }
    #featured_title{
        text-align:center;
    }
    .feat_vid_thumb > img{
        width:100%;
        height: 100% !important;
    }
    #videos_nav_bar, #videos_container{
        margin:0px 0px;
    }
    .photo_section_container{
        margin:0px 0px 0px;
    }
    #photo_feat_2{
        margin-top:10px;
    }
    .feat_vid_thumb {
        height: 280px !important;
    }
    
    
    .video_feat:nth-child(even), .video_feat:nth-child(odd){
        padding: 0px;
        margin: 0px !important;
    }
    
    .photo_feat:nth-child(even), .photo_feat:nth-child(odd){
        padding: 0px;
        margin: 0px !important;
    }

    #photo_feat_1{
        margin-bottom: 15px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .feat_vid_thumb{
        width: 100% !important;
        max-height: 240px !important;
        height: 240px !important;
    }
    
    #video_photo_featured .feat_photo_thumb{
        height: 240px;
    }
    .feat_vid_thumb > img{
        width: 100%;
        height: 100% !important;
    }
    .video_preview_toggled .feat_vid_thumb{
        max-height: 210px !important;
        height: 210px !important;
    }
    div.video_feat.video_preview_toggled{
        width: 100%;
        padding: 0px;
        margin-left: 0px !important;
    }
    
    div.video_feat_holder.video_preview_toggled{
        width: 100%;
    }
    
}

.video_preview_toggled .feat_vid_thumb{
    height: 260px;
    width: 100%;
}
.video_preview_toggled .feat_vid_thumb > img{
    width: 100%;
    height: 100% !important;
}
.feat_vid_thumb > img{
    width: 100%;
    height: 100% !important;
}


@media screen and (min-width:992px) and (max-width:1199px){
	#videos_nav_bar, #videos_container{
            margin:0px 0px;
        }
	.photo_section_container{
            margin:0px 0px 0px;
        }
        .feat_vid_thumb{
            width: 100% !important;
            max-height: 300px !important;
            height: 300px !important;
        }
        .video_preview_toggled .feat_vid_thumb{
            max-height: 180px !important;
            height: 180px !important;
        }
        #video_photo_featured .feat_photo_thumb{
            height: 300px;
        }
        .video_preview_toggled .feat_vid_thumb > img{
            width: 100%;
            height: 180px !important;
        }
        .feat_vid_thumb > img{
            width: 100%;
            height: 100% !important;
        }

        div.video_feat.video_preview_toggled{
            height: 270px;
        }
}

@media (max-width: 480px){
    #video_photo_featured .feat_photo_thumb{
        height: 240px;
    }
    .feat_vid_thumb {
        height: 240px !important;
    }
}
/*.social_thumb{
    width:41px; 
    padding:0px 5px 0px 5px; 
    background: rgba(199, 199, 199, 0.5);
    position:relative;
}*/

