.modal-sheet .modal-dialog {
	width: 380px;
	transition: bottom .75s ease-in-out;
}

.modal-sheet .modal-footer {
	padding-bottom: 2rem;
}

.modal-dialog {
	position: fixed;
	background-color: transparent;
	width: 80%;
	left: 10%;
	z-index: 1000;
}

.modal-content {
	max-width: 720px;
	margin: auto;
	background-color: #282828;
}

.modal-button {
	background-color: #2C2C2C;
}