@media screen and (max-width:767px){
	.modal {
		width: 85% !important;
		height: 200px !important;
		background-color: cadetblue;
		margin: auto;
		position: absolute !important;
	}
}
@media screen and (min-width:768px){
	.modal {
		width: 500px !important;
		height: 200px !important;
		background-color: cadetblue;
		margin: auto;
		position: absolute !important;
	}
}
.modal-header {
	color: white !important;
}
.modal-backdrop.in {
	opacity: 0 !important;
}