.video-desktop-display:after,.video-mobile-display:after {
    bottom: 6px !important;
}
.video-text-section .video-text-section-contents {
    display: flex;
    flex-direction: column; /* Stack content vertically */
    justify-content: flex-end !important; /* Push text to the bottom */
    height: 100%; /* Ensure it takes up full height */
    padding-bottom: 20px !important; /* Add spacing from bottom */
}

.video-text-section .video-text-section-contents .text-formatted {
  padding: 0 !important;
}

.video-text-section .video-text-section-contents a:not(.btn) {
	height: auto;
	padding: 8px 37px;
	text-decoration: none;
	background:transparent;
}

.video-text-section-contents .field--name-field-bp-video-text {
	padding: 16px;
}

.video-text-section .video-text-section-contents a {
    padding: 0 !important;
}

.view-header-section-banner .video-desktop-display:after,
.view-header-section-banner .video-mobile-display:after{
	content: '\A0';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0 !important;
	background-color: rgba(0, 0, 0, 0.5);
}

@media(max-width: 991.98px) {
    .video-text-section {
        position:absolute !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
	/*
    .overlay-header .paragraph--type--bp-video .video-desktop-display,
.overlay-header .custom-video-component .video-desktop-display,
.without-overlay-header .paragraph--type--bp-video .video-desktop-display,
.without-overlay-header .custom-video-component .video-desktop-display,
.overlay-header .paragraph--type--bp-video .video-mobile-display,
.overlay-header .custom-video-component .video-mobile-display,
.without-overlay-header .paragraph--type--bp-video .video-mobile-display,
.without-overlay-header .custom-video-component .video-mobile-display {
    height: auto;
}

    .video-text-section .video-text-section-contents {
	    left: auto;
		}
	.video-text-section-contents .field--name-field-bp-video-text {
		background: none;
	}
	*/
}
@media only screen and (max-width: 768px) {
	.video-text-section h2, .video-text-section .h2 {
		display:none;
	}
    .video-text-section.video-upload {
    	top: auto !important;
      bottom: 0;
     }
    .video-mobile-upload video {
        height: auto !important;
        max-height: 641px;
    }  
}
@media all and (min-width: 992px) {
    .navbar-collapse .navbar-nav {
        justify-content: flex-end;
    }
}

.fg-light .paragraph--type--bp-video {
    background-color: unset;
}