/* Enter Your Custom CSS Here */
.video-container { position: relative; /* keeps the aspect ratio */ padding-bottom: 56.25%; /* fine tunes the video positioning */ padding-top: 60px; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

iframe[name='google_conversion_frame'] {
    position: absolute;     
    bottom: 0;
}

.fl-row-bg-overlay .fl-row-content {
	z-index: 1 !important;
}
