.video-background-holder {
	position: relative;
	height: 560px;
	/*
	height: calc(100vh - 72px);
	min-height: 25rem;
	*/
	width: 100%;
	overflow: hidden;
	border-bottom-style: inset;
    border-bottom-color: #fd635b;
    border-bottom-width: 3px;
}

.video-background-holder video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
	position: relative;
	z-index: 2;
}

.video-background-overlay {
	position: relative;
	top: 0;
	left: 0%;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-color: rgba(255, 255, 255, .25);
}

.caption {
	position: relative;
    right: 3%;
    top: 30%;
    width: 100%;
    color: #FFFFFF;
}

@media only screen and (max-width: 600px) {
	.caption-title {
		font-size: 2.25rem;
	}

}

@media only screen and (min-width: 601px) {
	.caption-title {
		font-size: 3rem;
	}

}

.caption-title {
	font-weight: bold;
	text-shadow: 1px 1px rgba(0,0,0,.25);
	line-height: normal;
}

.caption-text {
	font-size: 1.3em;
    text-shadow: .5px .5px #666666;
}

.caption-container {
	position: absolute;
	height: 560px;
	width: 100%;
	background: rgba(255, 255, 255, .25);
}

.btn-group-xl>.btn, .btn-xl {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}