.modal { padding-right: 0!important;}

.modal-full {
    min-width: 100%;
    margin: 0;
}
.modal-full .modal-content {
    min-height: 100vh;
}
.modal-backdrop.show {
    opacity: 0.7!important;
}
.close {
  font-size:100px;
  color: #ccc;
	position: absolute;
	right: 50px; 
	top:30px;
	z-index: 9999;

}
.close:not(:disabled):not(.disabled):hover { color: #fff!important; }
.modal-content { background: rgba(255,255,255,0.5);}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 576px) {
	.modal-body { margin-top: 60px;}
	.close {
		font-size:80px;
		color: #fff;
		position: absolute;
		right: 30px; 
		top:10px;
		z-index: 9999;
	}
}