html,body{
	height:100%;
	background-color: rgb(74,90,103);
	color:white;
	padding:2em;
}
.container {
	/*display: inline;*/
}
.vcard{
	margin:auto;
	max-width:600px;
}

.vcard-img{
	padding:0px;
	border:solid;
	border-color:white;
	border-width: 1px;
}
.modal {
	max-height:90vh;
}
.modal-full {
    min-width: 20%;
    margin-left: 2.5vw;
}

.modal-full .modal-content {
    /*min-height: 80vh;*/
	min-width: 95vw;
}
/*.modal-open .modal {
	overflow:hidden;
}
*/
.modal-body{
	overflow:auto;
}
.card-body {
	padding: 0px;
}
.lng-ico{
	max-width:100%;
	z-index:100;
	padding:5px;
	/*width:100px;*/
}
.flags-row{
	z-index:100;
	position: absolute;
	top: 50%;
	left: 50%;
	width:100%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
}
.smart-player-embed-iframe {
    height:70vh; /* without it doesn't work*/
    width: 100%;
    overflow:hidden;
}
table{
	width:100%;
}