/*
	Theme Name: Ultimate Trading
	Theme URI: http://www.zerobulb.com
	Author: Zero Bulb
	Text Domain: zb
	Author URI: http://www.zerobulb.com
	Description: Ultimate Trading website designed from Zero Bulb.
	Version: 1.0.9
*/
.sticky, .gallery-caption, .bypostauthor, .wp-caption-text, .screen-reader-text {
	
}

.video-bg-section > .container,
.video-bg-section > .container-fluid {
	position: relative;
	z-index: 100;
}
.video-bg-section > .container:before,
.video-bg-section > .container-fluid:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}