/*
Theme Name: Personal Family Lawyer Child Theme
Theme URI: http://www.newlawbusinessmodel.com
Version: 1.0
Description: PFL child theme
Author: Launch Thought
Author URI: http://www.launchthought.com
template: bb-theme
*/

/* Add your custom styles here... */ 
.video-gallery .fl-module-content .fl-html:not(:empty){
	display: flex;
	padding: 20px;
	margin: 20px;
}
.video-gallery .video_wrapper {
  width: 33%;  
  clear: left;
  padding: 5px;
}
@media only screen and (max-width: 750px) {
	.video-gallery .fl-module-content .fl-html{
		display: unset;
	}
	.video-gallery .video_wrapper {
	  width: 100%;  	  
	}
}
