@charset "utf-8";

img {
	width: 100%;
}
.pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
}

.pic figure {
	max-width: 90%;
}