/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */
 
/* Modal Interstitial */
 
.close {
	color: white;
	opacity: 1;
}

.modal-body {
	padding:0;
}

@media (min-width: 1920px) {
	.modal-dialog {
		max-width: 800px;
	}
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-wrapper {
	max-width: 100%;
	width: 1040px;
	left: 0;
	right:0;
	margin:auto;
}