.common{
	margin-bottom: 3%;
}
.part1{
	position: relative;
	overflow: hidden;
}
.part1 .fans{
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.part1 h3{
	color: #fee87b;
	font-size: 4vmin;
	margin-bottom: 2%;
}
.part1 p{
	color: #ffffff;
	font-size: 2vmin;
}
@keyframes transform{
	from{transform:scale(1)}
	to{transform:scale(1.5)}
}
.fans h3, .fans p { 
	animation: transform 2s infinite alternate;
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
}
.part2{
	position: relative;
}
.part2 .feature{
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.part2 p{
	font-size: 2vmin;
	color: white;
	margin-bottom: 3%;
}
.video{
	background: #ffffff;
}

.what{
	margin-top: 3%;
}
.title{
	padding-top: 2%;
	padding-bottom: 2%;
}
.title h3{
	font-size: 4vmin;
	margin-bottom: 3%;
}
.title p{
	font-size: 2.5vmin;
	color: #ffffff;
}



.study{
	background: #a6000c;
	background-size: 100% 100%;
	color: white;
}
.study .title{
	margin-bottom: 4%;
}


