
.popups.modal {
    display: flex;
}

.popups .modal-dialog {
	margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popups .modal-dialog .modal-content .modal-header {
    padding-left: 30px;
    padding-top: 10px;
    border-bottom: 0px;
    padding-bottom: 10px;
    color:#000;
    background-color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 0px solid rgba(0,0,0,.2);
}

.popups .modal-dialog .modal-content .modal-body {
	padding:0px;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
	background-size: cover;
	height: 100%;
	overflow: hidden;
	
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.popups .modal-dialog .modal-content .modal-body .imatge img {
	max-width: 100%;
    max-height: 100%;
    height: auto;
}

.popups .modal-dialog .modal-content .modal-footer {
	padding: 0px; 
	border-top: 0px; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	background-color: transparent;
	z-index: 9;
}

.popups .modal-dialog .modal-content .modal-footer .btn {
	padding: 12px 12px;
	background-color: transparent
}

.popups .contingut {
	z-index: 1;
	padding: 30px;
	position: absolute;
	width: 100%;
}

.popups .overlay {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 0;
}