.fp {
	
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.fp {
		width:calc(100% + 40px);
		margin-left:-20px;
		margin-right:-20px;
	}
}

@media screen and (max-width:480px){

}
