@charset "utf-8";

.movieList:hover > a > .movieTtl,
.movieList:hover p.ladyName {
	color: #f44677;
	text-decoration: underline;

}
.galProf .ladyName,
.galProf .measurements {
	font-size:14px;
}

.movieList figure {
	overflow: hidden;
	height: 385px;
	position: relative;
	display: flex;
	align-items: center;
	background: #000;
}