.gutenstrap-embed-popup {
	min-height: 400px;
	width: 100%;
	display: flex !important;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	background-color: #000;
	border-radius: 12px;
	margin-left: auto;
	margin-right: auto;
	.play-icon {
		min-height: 100%;
		&::before {
			font-size: 50px;
		}
	}
	&.aligncenter {
		min-height: 345px;
		max-width: 600px !important;
	}

	&.alignfull {
		border-radius: 0;
		min-height: 500px;
	}

	video {
		border-radius: 12px;
	}
}
// Modal style
.gutenstrap-embed-popup-modal {
	&.transparent-background {
		border: 0;
		background-color: transparent;
	}

	.modal-header {
		border: 0;
	}
	.modal-body {
    padding-top: 0;
		> * {
			width: 100%;
		}
	}
}
