
								.thumbfriend{
									position: absolute; 
									bottom:25px;
									right:0px;
									cursor: pointer;
									opacity: 0.85;
								}

								@media(max-width: 400px){
									.thumbfriend{
										position: absolute; 
										bottom:25px;
									    right:0px;
										opacity: 1; 
									}; 
								}
							