@charset "utf-8";

#sol-exit {
	z-index: 1000;
	& > figure {
		margin: auto;
		overflow: hidden auto;
		padding: 0 5px;
	}
}

@media only screen and (max-width: 1023px) {
	#sol-exit {
		& > figure {
			height: auto;
			left: initial;
			max-width: 100%;
			top: initial;
			transform: initial;
			width: 100%;
			padding: 0;
		}
		& .wrapper {
			border: none;
			border-radius: 0;
			padding: 0.5em;
		}
	}
}

@media only screen and (max-width: 414px) {

	#sol-exit input[type='email'], #sol-exit input[type='text'], #sol-exit textarea {
		width: 94%;
	}

	#sol-exit select {
		max-width: 94%;
	}

}
