@charset "UTF-8";

@media screen and (min-width: 768px) {
	.volleyMainArea .vollayPlayerMvArea .volleyInner .profileArea .profilePictureArea .profilePictureBox ul li:nth-child(2) figure img{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		max-width: initial;
		height: 490px;
	}
}

@media screen and (max-width: 767px) {
	.volleyMainArea .vollayPlayerMvArea .volleyInner .profileArea .profilePictureArea .profilePictureBox ul li:nth-child(2){
		position: absolute;
		bottom: 0;
		width: 165vw;
		left: -45vw;
	}
}