.bannerfuntion{
	position:relative;
	overflow: hidden;
}
#banner{
	width: 87%;
	margin: 0;
}
#banner a{
	display:block;
	background-position:50% 50%;
	background-repeat:no-repeat;    
	background-size: cover;
}
#bannerfixed{
	position: absolute;
    right: 5%;
    top: 35%;
}
@media screen and (max-width: 1366px) {
	#banner{
		width:90%;
	}
}
@media screen and (max-width: 1280px) {
	#banner{
		width:90%;
	}
	#bannerfixed{
	    top: 45%;	
	}
	#bannerfixed img{
	    width: 450px;	
	}
	.bannerfuntion{
		width:100%;
	}
}
@media screen and (max-width: 980px) {
	#banner{
		width:100%;
	}
	.bannerfuntion{
	    padding-bottom: 30px;	
	}
	#bannerfixed{
		top: initial;
		bottom: 0;
		right:initial;
		left: 5%;		
	}
}
@media screen and (max-width: 640px) {
	#bannerfixed img{
	    width: 70%;	
	}
}