@media only screen and (max-width: 1200px) {
	.popup {}}
@media only screen and (max-width: 992px) {
	.popup {	
		min-height: 12rem;
	}
}
@media only screen and (max-width: 768px) {
	.popup {
		min-height: 8rem;
	}
}
@media only screen and (max-width: 576px) {
	.popup {
		min-height: 7rem;
	}	
}
@media only screen and (max-width: 420px) {
	.popup {
		min-height: 7rem;
	}
}