/**
 * Styles for fusion-extension-gallery-masthead-extended
 */

.fsn-gallery .masthead .masthead-item-content-wrap{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 10;
	opacity:0;
}
.fsn-gallery .masthead .masthead-item-content{
	position: static;
	padding: 0;
}

.masthead-linked-component{
	position: relative;
	z-index: 3;
}

@media (max-width: 767px){
	.fsn-gallery .masthead .masthead-item-content-wrap{
		padding: 0 20px;
	}
}
@media (min-width: 768px){
	.masthead-linked-component{
		width: 100%;
	}
	.masthead-linked-component .masthead-linked-component-column{
		position: absolute;
		z-index: 10;
		bottom: 0;
	}
	.masthead-linked-component.floating_bottom .masthead-linked-component-column{
		bottom: 70px;
	}
	.masthead-linked-component .container{
		width: 100%;
	}
	
	.fsn-gallery .masthead .masthead-item-content-wrap.left .masthead-item-content, .fsn-gallery .masthead .masthead-item-content-wrap.right .masthead-item-content{
		text-align: left;
	}
}