.modal.externo .modal-body {
	padding: 15px;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.modal.interno .modal-body {
	position: relative;
	width: 100%;
	height: 60vh;
    padding: 0;
	display: flex;
    align-items: center;
}

.modal-content{
	background: transparent !important;
}
.modal .modal-content iframe {
	margin: 0 auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal-open .modal {
	display: flex !important;
	align-items: center;
	justify-content: center;
}
	
.modal button.close{
	position: absolute;
	z-index: 1;
	font-size: 40px;
	color: #fff;
	opacity: 1;
	font-weight: 100;
	font-family: auto;
}
@media (max-width: 767px){
	.modal-dialog {
		width: 90% !important;
		margin: 0px !important;
		max-width: 90% !important;
	}
	button.close{
		top: -35px;
		right: -0px;
	}
}
@media (min-width:768px){
	.modal-dialog {
		width: 70% !important;
		margin: 0px !important;
		max-width: 70% !important;
	}
	button.close{
		top: -35px;
		right: -35px;
	}
}