/* resposonsive video embeds */
.flex-video,
.fb-video{
display: block !important;
position: relative !important;
padding-bottom: 56.25% !important; /* 16:9 */
padding-top: 25px !important;
height: 0 !important;
}
.flex-video iframe,
.fb-video iframe{
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
}
.fb-video span{
width: 100% !important;
height: 100% !important;
position: absolute !important;
}