* {
	margin: 0;
	padding: 0;
	border: none;
}

html,
body {
	overflow: hidden;
	height: 100%;
	background: #93b3c6;
	padding: 20px 0 0 0;
}


.pic {
	border-radius: 25px;
	position: relative;
	overflow: hidden;
	width: 72.125vw;
	height: 85vh;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(8, 1, 3, .3);
}

.pic>img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}
