
	
/* You can put CSS here for this page. (A CSS file will be generated.)*/
  .custom_btn {  transform: translateY(-80px); } 
  
  @media (max-width:480px){
  	.custom_btn {
    transform: translateY(0);
}

  
  }
